OSDN Git Service

Remove the Radiance compiler copy and use OpenGL's instead.
[android-x86/external-swiftshader.git] / src / OpenGL / compiler / glslang.l
index bf9f157..0aa4e89 100644 (file)
@@ -36,10 +36,10 @@ WHICH GENERATES THE GLSL ES LEXER (glslang_lex.cpp).
 }
 
 %{
-#include "compiler/glslang.h"
-#include "compiler/ParseHelper.h"
-#include "compiler/preprocessor/Token.h"
-#include "compiler/util.h"
+#include "glslang.h"
+#include "ParseHelper.h"
+#include "preprocessor/Token.h"
+#include "util.h"
 #include "glslang_tab.h"
 
 /* windows only pragma */