OSDN Git Service

Remove the Radiance compiler copy and use OpenGL's instead.
[android-x86/external-swiftshader.git] / src / OpenGL / compiler / Diagnostics.cpp
index 166a4a8..b56016e 100644 (file)
@@ -4,11 +4,11 @@
 // found in the LICENSE file.
 //
 
-#include "compiler/Diagnostics.h"
+#include "Diagnostics.h"
 
-#include "compiler/debug.h"
-#include "compiler/InfoSink.h"
-#include "compiler/preprocessor/SourceLocation.h"
+#include "debug.h"
+#include "InfoSink.h"
+#include "preprocessor/SourceLocation.h"
 
 TDiagnostics::TDiagnostics(TInfoSink& infoSink) :
     mInfoSink(infoSink),