remove some unneeded includes

This commit is contained in:
Dave Airlie
2006-05-02 08:58:42 +00:00
parent bea7fe57c1
commit ee251d4313

View File

@@ -14,8 +14,7 @@ COMMON_SOURCES = \
ifeq ($(WINDOW_SYSTEM),dri)
WINOBJ=
WINLIB=
INCLUDES = $(SHARED_INCLUDES) $(EXPAT_INCLUDES) \
`pkg-config --cflags libdrm`
INCLUDES = $(SHARED_INCLUDES) $(EXPAT_INCLUDES)
OBJECTS = $(C_SOURCES:.c=.o) \
$(ASM_SOURCES:.S=.o)
@@ -25,7 +24,6 @@ WINOBJ=
WINLIB=-L$(MESA)/src/glx/mini
MINIGLX_INCLUDES = -I$(TOP)/src/glx/mini
INCLUDES = $(MINIGLX_INCLUDES) \
`pkg-config --cflags libdrm` \
$(SHARED_INCLUDES)
OBJECTS = $(C_SOURCES:.c=.o) \