diff options
author | José Fonseca <[email protected]> | 2008-02-19 15:07:53 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-19 15:07:53 +0900 |
commit | b9da3791c934e05b82063a8c79c423a0a8e29a94 (patch) | |
tree | 2dce15e3f3d6df353a7f144afa9acb78c177ee5f /src/mesa/x86 | |
parent | 5d78212d752e021555356bbb9cc5993ad6d9e847 (diff) |
Remove src/mesa and src/mesa/main from gallium source include paths.
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/common_x86_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S index ef3cc9eb59f..09c86b05ba8 100644 --- a/src/mesa/x86/common_x86_asm.S +++ b/src/mesa/x86/common_x86_asm.S @@ -39,7 +39,7 @@ * in there will break the build on some platforms. */ -#include "matypes.h" +#include "assyntax.h" #include "common_x86_features.h" SEG_TEXT |