OSDN Git Service

Remove the Radiance compiler copy and use OpenGL's instead.
[android-x86/external-swiftshader.git] / src / OpenGL / compiler / glslang_lex.cpp
index bbb2a9f..ef0a9a6 100644 (file)
@@ -814,10 +814,10 @@ IF YOU MODIFY THIS FILE YOU ALSO NEED TO RUN generate_parser.sh,
 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 */