diff options
author | root <brian.paul@tungstengraphics.com> | 2007-09-11 15:24:43 -0600 |
---|---|---|
committer | root <brian.paul@tungstengraphics.com> | 2007-09-11 15:24:43 -0600 |
commit | 9944174abc546fe1845c26ce496edd747ad34347 (patch) | |
tree | fb2e8189974a5978674efb2164e6a88fb7dc44fa /src/mesa | |
parent | acfeb3b6ea93bcb5b18e6f51a0727e39da608d76 (diff) |
prefix some include filenames with shader/
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/common/driverfuncs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/common/driverfuncs.c b/src/mesa/drivers/common/driverfuncs.c index 9b1c3f1e06..1e7c279875 100644 --- a/src/mesa/drivers/common/driverfuncs.c +++ b/src/mesa/drivers/common/driverfuncs.c @@ -25,11 +25,10 @@ #include "glheader.h" #include "imports.h" +#include "arrayobj.h" #include "buffers.h" #include "context.h" #include "framebuffer.h" -#include "program.h" -#include "prog_execute.h" #include "queryobj.h" #include "renderbuffer.h" #include "texcompress.h" @@ -44,9 +43,10 @@ #include "fbobject.h" #include "texrender.h" #endif -#include "shader_api.h" -#include "arrayobj.h" +#include "shader/program.h" +#include "shader/prog_execute.h" +#include "shader/shader_api.h" #include "driverfuncs.h" #include "tnl/tnl.h" #include "swrast/swrast.h" |