aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/llvmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/llvmc.cpp')
-rw-r--r--tools/llvmc2/llvmc.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/llvmc2/llvmc.cpp b/tools/llvmc2/llvmc.cpp
index bd5ea2b..592a133 100644
--- a/tools/llvmc2/llvmc.cpp
+++ b/tools/llvmc2/llvmc.cpp
@@ -14,9 +14,10 @@
//
//===----------------------------------------------------------------------===//
-#include "CompilationGraph.h"
#include "Error.h"
-#include "Plugin.h"
+
+#include "llvm/CompilerDriver/CompilationGraph.h"
+#include "llvm/CompilerDriver/Plugin.h"
#include "llvm/System/Path.h"
#include "llvm/Support/CommandLine.h"