mesa: Prefix main includes with dir to avoid conflicts.

Eliminate a couple of differences with gallium-0.2
This commit is contained in:
José Fonseca 2008-07-23 21:06:01 +09:00 committed by Keith Whitwell
parent 2ea3ef9a80
commit 64dc397d8b
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
#ifdef USE_SPARC_ASM
#include "context.h"
#include "main/context.h"
#include "math/m_xform.h"
#include "tnl/t_context.h"

View File

@ -29,7 +29,7 @@
#ifndef SS_VB_H
#define SS_VB_H
#include "mtypes.h"
#include "main/mtypes.h"
#include "swrast_setup.h"
void _swsetup_vb_init( GLcontext *ctx );

View File

@ -31,8 +31,8 @@
#ifdef USE_X86_64_ASM
#include "glheader.h"
#include "context.h"
#include "main/glheader.h"
#include "main/context.h"
#include "math/m_xform.h"
#include "tnl/t_context.h"
#include "x86-64.h"