aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 21:10:38 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 21:10:38 +0000
commite6913d385e2401f4f680b7ae1ca3bf360879c786 (patch)
tree0a7e3fa7f77d2d037dde2bf71d03d450140c59f1
parent9abcf9901c881c6fd71028dfb9a89d9878cff096 (diff)
Apparently I'm on a mission to break as many builds as possible.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122436 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/GR/Checkers/AnalysisConsumer.cpp4
-rw-r--r--lib/GR/Checkers/ExprEngine.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/GR/Checkers/AnalysisConsumer.cpp b/lib/GR/Checkers/AnalysisConsumer.cpp
index f8a433943a..1ebe53012e 100644
--- a/lib/GR/Checkers/AnalysisConsumer.cpp
+++ b/lib/GR/Checkers/AnalysisConsumer.cpp
@@ -30,8 +30,8 @@
#include "clang/GR/PathDiagnosticClients.h"
// FIXME: Restructure checker registration.
-#include "Checkers/ExprEngineExperimentalChecks.h"
-#include "Checkers/ExprEngineInternalChecks.h"
+#include "ExprEngineExperimentalChecks.h"
+#include "ExprEngineInternalChecks.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceManager.h"
diff --git a/lib/GR/Checkers/ExprEngine.cpp b/lib/GR/Checkers/ExprEngine.cpp
index 7cf9054f24..e7048ef0ca 100644
--- a/lib/GR/Checkers/ExprEngine.cpp
+++ b/lib/GR/Checkers/ExprEngine.cpp
@@ -14,7 +14,7 @@
//===----------------------------------------------------------------------===//
// FIXME: Restructure checker registration.
-#include "Checkers/ExprEngineInternalChecks.h"
+#include "ExprEngineInternalChecks.h"
#include "clang/GR/BugReporter/BugType.h"
#include "clang/GR/PathSensitive/AnalysisManager.h"