From: Brian Paul Date: Fri, 26 Feb 2010 17:44:41 +0000 (-0700) Subject: gallium: remove unneeded -I path from Makefile.templast X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9c65ddd52199469c49fc0d3ad90fedb9a69274d;p=mesa.git gallium: remove unneeded -I path from Makefile.templast --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 713e192a4eb..6b7c7c80a78 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -20,7 +20,6 @@ INCLUDES = \ -I. \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/auxiliary \ - -I$(TOP)/src/gallium/drivers \ $(LIBRARY_INCLUDES)