]> granicus.if.org Git - clang/commitdiff
Apparently I'm on a mission to break as many builds as possible.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 22 Dec 2010 21:10:38 +0000 (21:10 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 22 Dec 2010 21:10:38 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122436 91177308-0d34-0410-b5e6-96231b3b80d8

lib/GR/Checkers/AnalysisConsumer.cpp
lib/GR/Checkers/ExprEngine.cpp

index f8a433943a1d1785b55a36727c46f6e244ae7fae..1ebe53012eca17ea01055defc8c950d668f15552 100644 (file)
@@ -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"
index 7cf9054f247c0296f63a946d2bdb17fde320eca7..e7048ef0ca34b559aa1e5d4f2550dbdb942c1252 100644 (file)
@@ -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"