summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/IdentifierTable.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-11-11 21:39:39 +0000
committerNico Weber <nicolasweber@gmx.de>2012-11-11 21:39:39 +0000
commit07351f8e78b415907342591a5a067e9efcd837e4 (patch)
treefa67821e62536f11e8df601d71213e9d9f1613af /clang/lib/Basic/IdentifierTable.cpp
parent496b6dd5b1a9dda788b9dee39153af87d562c28e (diff)
downloadbcm5719-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.cpp1
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>
OpenPOWER on IntegriCloud