summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/llvmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvmc2/llvmc.cpp')
-rw-r--r--llvm/tools/llvmc2/llvmc.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/tools/llvmc2/llvmc.cpp b/llvm/tools/llvmc2/llvmc.cpp
index bd5ea2b73f4..592a1333f3a 100644
--- a/llvm/tools/llvmc2/llvmc.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud