]> granicus.if.org Git - clang/commitdiff
Cleanup llvm/Support/Compiler.h include in header files
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Sat, 28 Nov 2009 16:08:10 +0000 (16:08 +0000)
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Sat, 28 Nov 2009 16:08:10 +0000 (16:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90040 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/GRState.h
include/clang/Basic/OnDiskHashTable.h
lib/Lex/PTHLexer.cpp

index 898f6edad0f24faf7b1bd96f9ce23467451fb4c0..d8bc2411750f975fc0310259bb10a916fb334b8b 100644 (file)
@@ -33,7 +33,6 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Support/raw_ostream.h"
 
 #include <functional>
index 6b60f2eec097ff6affc20824a0465372bfca80e0..9b50e8df02b92ddde120883d52c996964a877273 100644 (file)
@@ -15,7 +15,6 @@
 #define LLVM_CLANG_BASIC_ON_DISK_HASH_TABLE_H
 
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/System/DataTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
index d6a73cc74f6affe05439242f6dec165873e82e79..4fc3a591d910486b2a42e14a57d7ccb3a1ddd52c 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringMap.h"
+#include "llvm/Support/Compiler.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include <sys/stat.h>
 using namespace clang;