浏览代码

[spirv] Removed unused headers.

Ehsan Nasiri 6 年之前
父节点
当前提交
687a05a227
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      tools/clang/include/clang/SPIRV/SpirvModule.h
  2. 0 1
      tools/clang/lib/SPIRV/SpirvEmitter.h

+ 0 - 1
tools/clang/include/clang/SPIRV/SpirvModule.h

@@ -12,7 +12,6 @@
 #include <vector>
 
 #include "clang/SPIRV/SpirvInstruction.h"
-#include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/SmallVector.h"
 
 namespace clang {

+ 0 - 1
tools/clang/lib/SPIRV/SpirvEmitter.h

@@ -32,7 +32,6 @@
 #include "clang/SPIRV/SpirvBuilder.h"
 #include "clang/SPIRV/SpirvContext.h"
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/ADT/SetVector.h"
 
 #include "DeclResultIdMapper.h"
 #include "SpirvEvalInfo.h"