diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 20:02:42 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 20:02:42 +0900 |
commit | 687a8b96ef13658bbe779d0011ce1144844f1972 (patch) | |
tree | 607b3c4615c6b43243006fe61d5dfbb196463491 /SConstruct | |
parent | 33ceb6716a2166db75659fa66d85fb4cfb9633c7 (diff) |
Standardize on using the pipe/ include prefix.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 1126aff21..4fb51f2e6 100644 --- a/SConstruct +++ b/SConstruct @@ -108,7 +108,6 @@ env.Append(CPPPATH = [ '#/include', '#/src/mesa', '#/src/mesa/main', - '#/src/gallium/include/pipe', '#/src/gallium/include', '#/src/gallium/auxiliary', '#/src/gallium/drivers', |