소스 검색

SemaHLSL header was included twice (#2388)

Removed repeated include of #include "clang/Sema/SemaHLSL.h"
Sunil Naik 6 년 전
부모
커밋
4abafb37dd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tools/clang/lib/Sema/SemaHLSL.cpp

+ 0 - 1
tools/clang/lib/Sema/SemaHLSL.cpp

@@ -30,7 +30,6 @@
 #include "clang/Sema/Template.h"
 #include "clang/Sema/TemplateDeduction.h"
 #include "clang/Sema/SemaHLSL.h"
-#include "clang/Sema/SemaHLSL.h"
 #include "dxc/Support/Global.h"
 #include "dxc/Support/WinIncludes.h"
 #include "dxc/Support/WinAdapter.h"