Remove the Radiance compiler copy and use OpenGL's instead.
Bug 18591036
Change-Id: I17158acfa126490e28076052e5937d1deafd96c1
Reviewed-on: https://swiftshader-review.googlesource.com/1691
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Nicolas Capens <capn@google.com>
diff --git a/src/OpenGL/compiler/ParseHelper.cpp b/src/OpenGL/compiler/ParseHelper.cpp
index daf0da7..0aaa76d 100644
--- a/src/OpenGL/compiler/ParseHelper.cpp
+++ b/src/OpenGL/compiler/ParseHelper.cpp
@@ -4,13 +4,13 @@
// found in the LICENSE file.
//
-#include "compiler/ParseHelper.h"
+#include "ParseHelper.h"
#include <stdarg.h>
#include <stdio.h>
-#include "compiler/glslang.h"
-#include "compiler/preprocessor/SourceLocation.h"
+#include "glslang.h"
+#include "preprocessor/SourceLocation.h"
///////////////////////////////////////////////////////////////////////
//