diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-11-11 21:39:39 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2012-11-11 21:39:39 +0000 |
commit | 07351f8e78b415907342591a5a067e9efcd837e4 (patch) | |
tree | fa67821e62536f11e8df601d71213e9d9f1613af /clang/lib/Basic/IdentifierTable.cpp | |
parent | 496b6dd5b1a9dda788b9dee39153af87d562c28e (diff) | |
download | bcm5719-llvm-07351f8e78b415907342591a5a067e9efcd837e4.tar.gz bcm5719-llvm-07351f8e78b415907342591a5a067e9efcd837e4.zip |
Remove unneeded includes from IdentifierTable
llvm-svn: 167694
Diffstat (limited to 'clang/lib/Basic/IdentifierTable.cpp')
-rw-r--r-- | clang/lib/Basic/IdentifierTable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Basic/IdentifierTable.cpp b/clang/lib/Basic/IdentifierTable.cpp index 55c45cfb237..1965bf99338 100644 --- a/clang/lib/Basic/IdentifierTable.cpp +++ b/clang/lib/Basic/IdentifierTable.cpp @@ -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> |