diff options
author | Brian <[email protected]> | 2007-07-04 13:15:20 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-04 13:15:20 -0600 |
commit | c223c6b663cd5db39ba19c2be74b88cc3b8f53f3 (patch) | |
tree | 09b16370cfbcf2131ccdb30165767537d0c26fae /src/mesa/vbo/vbo_context.c | |
parent | e8e5d9effe879482c0e7b65bfed9eafde0803ae0 (diff) |
Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags.
Diffstat (limited to 'src/mesa/vbo/vbo_context.c')
-rw-r--r-- | src/mesa/vbo/vbo_context.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c index f64f59d11ec..ad4556c500b 100644 --- a/src/mesa/vbo/vbo_context.c +++ b/src/mesa/vbo/vbo_context.c @@ -25,11 +25,11 @@ * Keith Whitwell <[email protected]> */ -#include "mtypes.h" +#include "main/imports.h" +#include "main/mtypes.h" +#include "main/api_arrayelt.h" #include "vbo.h" #include "vbo_context.h" -#include "imports.h" -#include "api_arrayelt.h" /* Reach out and grab this to use as the default: */ |