mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
Clean up unused includes.
This commit is contained in:
parent
4422273e84
commit
592de6cf78
@ -38,7 +38,6 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include "../glslang/Include/Common.h"
|
|
||||||
|
|
||||||
namespace spv {
|
namespace spv {
|
||||||
|
|
||||||
|
@ -79,7 +79,8 @@ public:
|
|||||||
#include "spirv.hpp"
|
#include "spirv.hpp"
|
||||||
|
|
||||||
namespace spv {
|
namespace spv {
|
||||||
const Id NoResult = 0;
|
|
||||||
|
static inline constexpr Id NoResult = 0;
|
||||||
|
|
||||||
// class to hold SPIR-V binary data for remapping, DCE, and debug stripping
|
// class to hold SPIR-V binary data for remapping, DCE, and debug stripping
|
||||||
class spirvbin_t : public spirvbin_base_t
|
class spirvbin_t : public spirvbin_base_t
|
||||||
|
@ -44,12 +44,10 @@
|
|||||||
#include "glslang/Public/ResourceLimits.h"
|
#include "glslang/Public/ResourceLimits.h"
|
||||||
#include "Worklist.h"
|
#include "Worklist.h"
|
||||||
#include "DirStackFileIncluder.h"
|
#include "DirStackFileIncluder.h"
|
||||||
#include "./../glslang/Include/ShHandle.h"
|
|
||||||
#include "./../glslang/Public/ShaderLang.h"
|
#include "./../glslang/Public/ShaderLang.h"
|
||||||
#include "../glslang/MachineIndependent/localintermediate.h"
|
#include "../glslang/MachineIndependent/localintermediate.h"
|
||||||
#include "../SPIRV/GlslangToSpv.h"
|
#include "../SPIRV/GlslangToSpv.h"
|
||||||
#include "../SPIRV/GLSL.std.450.h"
|
#include "../SPIRV/GLSL.std.450.h"
|
||||||
#include "../SPIRV/doc.h"
|
|
||||||
#include "../SPIRV/disassemble.h"
|
#include "../SPIRV/disassemble.h"
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
@ -35,7 +35,6 @@
|
|||||||
#ifndef WORKLIST_H_INCLUDED
|
#ifndef WORKLIST_H_INCLUDED
|
||||||
#define WORKLIST_H_INCLUDED
|
#define WORKLIST_H_INCLUDED
|
||||||
|
|
||||||
#include "../glslang/OSDependent/osinclude.h"
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -43,8 +43,6 @@
|
|||||||
#include "../MachineIndependent/Scan.h"
|
#include "../MachineIndependent/Scan.h"
|
||||||
#include "../MachineIndependent/preprocessor/PpContext.h"
|
#include "../MachineIndependent/preprocessor/PpContext.h"
|
||||||
|
|
||||||
#include "../OSDependent/osinclude.h"
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
@ -42,8 +42,6 @@
|
|||||||
#include "../MachineIndependent/Scan.h"
|
#include "../MachineIndependent/Scan.h"
|
||||||
#include "../MachineIndependent/preprocessor/PpContext.h"
|
#include "../MachineIndependent/preprocessor/PpContext.h"
|
||||||
|
|
||||||
#include "../OSDependent/osinclude.h"
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
#include "Initialize.h"
|
#include "Initialize.h"
|
||||||
#include "Scan.h"
|
#include "Scan.h"
|
||||||
|
|
||||||
#include "../OSDependent/osinclude.h"
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "preprocessor/PpContext.h"
|
#include "preprocessor/PpContext.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user