From 986fc89034fa2e99cc6140266e0397fef2ff9ac2 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 22 Dec 2010 21:10:38 +0000 Subject: [PATCH] Apparently I'm on a mission to break as many builds as possible. llvm-svn: 122436 --- clang/lib/GR/Checkers/AnalysisConsumer.cpp | 4 ++-- clang/lib/GR/Checkers/ExprEngine.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/lib/GR/Checkers/AnalysisConsumer.cpp b/clang/lib/GR/Checkers/AnalysisConsumer.cpp index f8a433943a1d..1ebe53012eca 100644 --- a/clang/lib/GR/Checkers/AnalysisConsumer.cpp +++ b/clang/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/clang/lib/GR/Checkers/ExprEngine.cpp b/clang/lib/GR/Checkers/ExprEngine.cpp index 7cf9054f247c..e7048ef0ca34 100644 --- a/clang/lib/GR/Checkers/ExprEngine.cpp +++ b/clang/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"