Remove unnecessary include path relative to root

This commit is contained in:
baldurk 2015-11-16 18:05:07 +01:00
parent 085371d9d4
commit e915da4aee

View File

@ -50,7 +50,7 @@
namespace spv { namespace spv {
// Include C-based headers that don't have a namespace // 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]; const char* GlslStd450DebugNames[spv::GLSLstd450Count];