]> granicus.if.org Git - clang/commitdiff
Remove #include.
authorTed Kremenek <kremenek@apple.com>
Thu, 25 Feb 2010 00:20:28 +0000 (00:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 25 Feb 2010 00:20:28 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97084 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Checker/BuiltinFunctionChecker.cpp

index 8711492049c51c53a4d4caa5e30d44c72270903a..9c8b51657b26a32ed5805d7c612b7d072da6b4fc 100644 (file)
@@ -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;