aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/BuiltinFunctionChecker.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-02-25 00:20:28 +0000
committerTed Kremenek <kremenek@apple.com>2010-02-25 00:20:28 +0000
commitade92c0a7c27d32171bdc1ec27aebee06d1b6087 (patch)
treea488632a4177867909ac3cf471fc00a386567c27 /lib/Checker/BuiltinFunctionChecker.cpp
parente5b0fa42434afa31536d96f7472f9caf8966d2e0 (diff)
Remove #include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97084 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/BuiltinFunctionChecker.cpp')
-rw-r--r--lib/Checker/BuiltinFunctionChecker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Checker/BuiltinFunctionChecker.cpp b/lib/Checker/BuiltinFunctionChecker.cpp
index 8711492049..9c8b51657b 100644
--- a/lib/Checker/BuiltinFunctionChecker.cpp
+++ b/lib/Checker/BuiltinFunctionChecker.cpp
@@ -14,7 +14,6 @@
#include "GRExprEngineInternalChecks.h"
#include "clang/Checker/PathSensitive/Checker.h"
#include "clang/Basic/Builtins.h"
-#include "llvm/ADT/StringSwitch.h"
using namespace clang;