فهرست منبع

[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"