commit | e6842296d00cda4d731782f1e7f22006ea277c4f | [log] [tgz] |
---|---|---|
author | daniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Tue Apr 20 18:52:50 2010 +0000 |
committer | daniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Tue Apr 20 18:52:50 2010 +0000 |
tree | aff96e45f45b05843eed62881fabb63d0a041903 | |
parent | e8c0ca29e17766718d855b3f1f1087b4af3487c0 [diff] [blame] |
Fix more relative #include paths (mostly header files) Trac #11408 Signed-off-by: Andrew Lewycky Signed-off-by: Nicolas Capens git-svn-id: https://angleproject.googlecode.com/svn/trunk@171 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/preprocessor/scanner.c b/src/compiler/preprocessor/scanner.c index fcdf751..16dfb94 100644 --- a/src/compiler/preprocessor/scanner.c +++ b/src/compiler/preprocessor/scanner.c
@@ -62,7 +62,7 @@ ((*(int *)&(x) & 0x007fffffL)==0000000000L)) #endif -#include "slglobals.h" +#include "compiler/preprocessor/slglobals.h" typedef struct StringInputSrc {