From 42ecb1287ebb8b6f29d300e8dcb0e9487504dabc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 Aug 2009 09:42:25 -0600 Subject: mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak Core Mesa and the state tracker do not depend on any gallium drivers. --- src/mesa/sources.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index dfa7e06005..9a9c988ed9 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -371,5 +371,4 @@ INCLUDE_DIRS = \ -I$(TOP)/include \ -I$(TOP)/src/mesa \ -I$(TOP)/src/gallium/include \ - -I$(TOP)/src/gallium/drivers \ -I$(TOP)/src/gallium/auxiliary -- cgit v1.2.3