Remove unnecessary include path relative to root
authorbaldurk <baldurk@baldurk.org>
Mon, 16 Nov 2015 17:05:07 +0000 (18:05 +0100)
committerbaldurk <baldurk@baldurk.org>
Mon, 16 Nov 2015 17:05:18 +0000 (18:05 +0100)
SPIRV/disassemble.cpp

index 8662f03..08f905e 100755 (executable)
@@ -50,7 +50,7 @@
 
 namespace spv {
     // Include C-based headers that don't have a namespace
-    #include "SPIRV/GLSL.std.450.h"
+    #include "GLSL.std.450.h"
 }
 const char* GlslStd450DebugNames[spv::GLSLstd450Count];