[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyzer/Checkers/InternalChecks.h

llvm-svn: 125121
This commit is contained in:
Argyrios Kyrtzidis
2011-02-08 22:30:02 +00:00
parent 7b7caf51e9
commit f99d595cfd
32 changed files with 32 additions and 32 deletions

View File

@@ -15,7 +15,7 @@
#include "clang/StaticAnalyzer/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
#include "ExprEngineInternalChecks.h"
#include "InternalChecks.h"
using namespace clang;
using namespace ento;