]> granicus.if.org Git - clang/commitdiff
Remove unneeded includes from IdentifierTable
authorNico Weber <nicolasweber@gmx.de>
Sun, 11 Nov 2012 21:39:39 +0000 (21:39 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 11 Nov 2012 21:39:39 +0000 (21:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167694 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/IdentifierTable.h
lib/Basic/IdentifierTable.cpp

index 33a822dd099ac5664d59e045bc541f8fee774f29..76242ec0a56d9aee7253d744b5f7e57f97557210 100644 (file)
@@ -21,7 +21,6 @@
 #include "clang/Basic/LLVM.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringRef.h"
-#include "llvm/ADT/OwningPtr.h"
 #include "llvm/Support/PointerLikeTypeTraits.h"
 #include <cassert>
 #include <string>
index 55c45cfb2370838e1bae20cae02683be12830af4..1965bf99338b2669cc9abb4c4387e4f40154f0a9 100644 (file)
@@ -17,7 +17,6 @@
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallString.h"
-#include "llvm/ADT/StringSwitch.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/ErrorHandling.h"
 #include <cctype>