commit | 62ab31103a0656f6ce032e20d3874dd9c5c7cccc | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Mon Sep 22 20:50:40 2008 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Mon Sep 22 20:50:40 2008 +0000 |
tree | e2b08ff91496f34d8c324f1fb1c498547c8a9749 | |
parent | 945522f6b1f2d21bbe7bcd69c174a8e455c84f8c [diff] [blame] |
Move llvmc2 header files under include/llvm/CompilerDriver git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56466 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvmc2/Plugin.cpp b/tools/llvmc2/Plugin.cpp index 70d9987..cd94a01 100644 --- a/tools/llvmc2/Plugin.cpp +++ b/tools/llvmc2/Plugin.cpp
@@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include "Plugin.h" +#include "llvm/CompilerDriver/Plugin.h" #include <vector>