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.h b/src/compiler/preprocessor/scanner.h
index 288a090..c422b3a 100644
--- a/src/compiler/preprocessor/scanner.h
+++ b/src/compiler/preprocessor/scanner.h
@@ -56,7 +56,7 @@
 #define MAX_SYMBOL_NAME_LEN 128
 #define MAX_STRING_LEN 512
 
-#include "parser.h"
+#include "compiler/preprocessor/parser.h"
 
 // Not really atom table stuff but needed first...