From d9c65ddd52199469c49fc0d3ad90fedb9a69274d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Feb 2010 10:44:41 -0700 Subject: [PATCH] gallium: remove unneeded -I path from Makefile.templast --- src/gallium/Makefile.template | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2