remove more -I paths
authorBrian <brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 02:17:31 +0000 (19:17 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 02:17:31 +0000 (19:17 -0700)
src/mesa/sources

index 31aeb5b451cc63d738267553cd22e21e2865f9ca..f889fb30c1ad3fc79c3a381048323c8000a7ae74 100644 (file)
@@ -424,15 +424,14 @@ FBDEV_DRIVER_OBJECTS = $(FBDEV_DRIVER_SOURCES:.c=.o)
 INCLUDE_DIRS = \
        -I$(TOP)/include \
        -I$(TOP)/src/mesa \
-       -I$(TOP)/src/mesa/main \
-       -I$(TOP)/src/mesa/glapi \
-       -I$(TOP)/src/mesa/math \
-       -I$(TOP)/src/mesa/shader \
-       -I$(TOP)/src/mesa/shader/grammar \
-       -I$(TOP)/src/mesa/shader/slang
+       -I$(TOP)/src/mesa/main
 
 OLD_INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/tnl \
+       -I$(TOP)/src/mesa/math \
        -I$(TOP)/src/mesa/swrast \
        -I$(TOP)/src/mesa/swrast_setup \
+       -I$(TOP)/src/mesa/shader \
+       -I$(TOP)/src/mesa/shader/grammar \
+       -I$(TOP)/src/mesa/shader/slang \
        -I$(TOP)/src/mesa/pipe/tgsi