r311908 - [OPENMP] Remove unused header files, NFC.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 28 12:26:54 PDT 2017


Author: abataev
Date: Mon Aug 28 12:26:54 2017
New Revision: 311908

URL: http://llvm.org/viewvc/llvm-project?rev=311908&view=rev
Log:
[OPENMP] Remove unused header files, NFC.

Modified:
    cfe/trunk/lib/Sema/SemaOpenMP.cpp

Modified: cfe/trunk/lib/Sema/SemaOpenMP.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOpenMP.cpp?rev=311908&r1=311907&r2=311908&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOpenMP.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOpenMP.cpp Mon Aug 28 12:26:54 2017
@@ -22,10 +22,7 @@
 #include "clang/AST/StmtCXX.h"
 #include "clang/AST/StmtOpenMP.h"
 #include "clang/AST/StmtVisitor.h"
-#include "clang/AST/TypeOrdering.h"
 #include "clang/Basic/OpenMPKinds.h"
-#include "clang/Basic/TargetInfo.h"
-#include "clang/Lex/Preprocessor.h"
 #include "clang/Sema/Initialization.h"
 #include "clang/Sema/Lookup.h"
 #include "clang/Sema/Scope.h"




More information about the cfe-commits mailing list