diff options
author | Brian <[email protected]> | 2007-09-11 10:57:37 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-11 11:04:15 -0600 |
commit | acfeb3b6ea93bcb5b18e6f51a0727e39da608d76 (patch) | |
tree | b13e7f312d9a55359186f4a33d9bf3c4cd2048ca /src/mesa/drivers/dri/i965/brw_program.c | |
parent | a614877592e8526d997242ce336fb455dd3f5bdb (diff) |
Fix-up #includes to remove some -I options.
eg: #include "shader/program.h" and remove -I$(TOP)/src/mesa/program
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c index 752fe49bcbf..f7b1d318105 100644 --- a/src/mesa/drivers/dri/i965/brw_program.c +++ b/src/mesa/drivers/dri/i965/brw_program.c @@ -29,15 +29,15 @@ * Keith Whitwell <[email protected]> */ +#include "main/imports.h" +#include "main/enums.h" #include "shader/prog_parameter.h" +#include "shader/program.h" +#include "tnl/tnl.h" + #include "brw_context.h" #include "brw_aub.h" #include "brw_util.h" -#include "program.h" -#include "imports.h" -#include "enums.h" -#include "tnl/tnl.h" - static void brwBindProgram( GLcontext *ctx, GLenum target, |