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/tokens.h b/src/compiler/preprocessor/tokens.h
index 19938d7..8d7e712 100644
--- a/src/compiler/preprocessor/tokens.h
+++ b/src/compiler/preprocessor/tokens.h
@@ -53,7 +53,7 @@
 #if !defined(__TOKENS_H)
 #define __TOKENS_H 1
 
-#include "parser.h"
+#include "compiler/preprocessor/parser.h"
 
 #define EOF_SY (-1)