diff options
author | José Fonseca <[email protected]> | 2008-02-18 20:02:42 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-18 20:02:42 +0900 |
commit | 687a8b96ef13658bbe779d0011ce1144844f1972 (patch) | |
tree | 607b3c4615c6b43243006fe61d5dfbb196463491 /src/gallium/Makefile.template | |
parent | 33ceb6716a2166db75659fa66d85fb4cfb9633c7 (diff) |
Standardize on using the pipe/ include prefix.
Diffstat (limited to 'src/gallium/Makefile.template')
-rw-r--r-- | src/gallium/Makefile.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 6ad58c205c2..6698212e77e 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -16,7 +16,6 @@ OBJECTS = $(C_SOURCES:.c=.o) \ INCLUDES = \ -I. \ -I$(TOP)/src/gallium/include \ - -I$(TOP)/src/gallium/include/pipe \ -I$(TOP)/src/gallium/auxiliary \ -I$(TOP)/src/gallium/drivers \ -I$(TOP)/src/mesa \ |