From e915da4aeea2c8ef76d7cb869e3e486347eb7de5 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 16 Nov 2015 18:05:07 +0100 Subject: [PATCH] Remove unnecessary include path relative to root --- SPIRV/disassemble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPIRV/disassemble.cpp b/SPIRV/disassemble.cpp index 8662f03..08f905e 100755 --- a/SPIRV/disassemble.cpp +++ b/SPIRV/disassemble.cpp @@ -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]; -- 2.7.4