From ccf1a072a852dd2ffe1505b5699e3c5fd124d363 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 6 Jul 2020 05:16:01 +0200 Subject: [PATCH] (glslang) doc.cpp is not necessary either --- Makefile.common | 1 - griffin/griffin_glslang.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 42c142c8b6..69ed7c2e99 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1611,7 +1611,6 @@ ifeq ($(HAVE_BUILTINGLSLANG), 1) GLSLANG_SOURCES := \ gfx/drivers_shader/glslang.cpp \ - $(DEPS_DIR)/glslang/glslang/SPIRV/doc.cpp \ $(DEPS_DIR)/glslang/glslang/SPIRV/GlslangToSpv.cpp \ $(DEPS_DIR)/glslang/glslang/SPIRV/InReadableOrder.cpp \ $(DEPS_DIR)/glslang/glslang/SPIRV/Logger.cpp \ diff --git a/griffin/griffin_glslang.cpp b/griffin/griffin_glslang.cpp index 31bc8417fb..ddd9d7f5be 100644 --- a/griffin/griffin_glslang.cpp +++ b/griffin/griffin_glslang.cpp @@ -9,7 +9,6 @@ #endif #include "../gfx/drivers_shader/glslang.cpp" -#include "../deps/glslang/glslang/SPIRV/doc.cpp" #include "../deps/glslang/glslang/SPIRV/GlslangToSpv.cpp" #include "../deps/glslang/glslang/SPIRV/InReadableOrder.cpp" #include "../deps/glslang/glslang/SPIRV/Logger.cpp"