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/Makefile.template | |
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/Makefile.template')
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 6f2314ee8cb..adf30ef41e6 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -49,11 +49,6 @@ SHARED_INCLUDES = \ -I$(TOP)/src/mesa \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ - -I$(TOP)/src/mesa/math \ - -I$(TOP)/src/mesa/transform \ - -I$(TOP)/src/mesa/shader \ - -I$(TOP)/src/mesa/swrast \ - -I$(TOP)/src/mesa/swrast_setup \ -I$(TOP)/src/egl/main \ -I$(TOP)/src/egl/drivers/dri \ $(LIBDRM_CFLAGS) |