diff options
author | José Fonseca <[email protected]> | 2008-07-23 21:06:01 +0900 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 10:48:40 -0700 |
commit | 64dc397d8b6a0b1b87fde0a4f20a57fab2664ef2 (patch) | |
tree | 273e8fea0512e7bec0013829e8553511285d9501 /src/mesa/swrast_setup/ss_vb.h | |
parent | 2ea3ef9a80f1759bea8cfe61179fc30fadecea50 (diff) |
mesa: Prefix main includes with dir to avoid conflicts.
Eliminate a couple of differences with gallium-0.2
Diffstat (limited to 'src/mesa/swrast_setup/ss_vb.h')
-rw-r--r-- | src/mesa/swrast_setup/ss_vb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast_setup/ss_vb.h b/src/mesa/swrast_setup/ss_vb.h index 6ea0cb1a704..2ad1f56f396 100644 --- a/src/mesa/swrast_setup/ss_vb.h +++ b/src/mesa/swrast_setup/ss_vb.h @@ -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 ); |