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

lib/Checker/OSAtomicChecker.cpp

index 7f4aeca331780750958d01c5f98d373edc7d7eb1..e743528e23997874a15724a7c1fc3308d68781c9 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;