diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-09-22 20:50:40 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-09-22 20:50:40 +0000 |
commit | 4a1a77c1c9e0992735aa66b75c9e4c75c3b70561 (patch) | |
tree | e2b08ff91496f34d8c324f1fb1c498547c8a9749 /tools/llvmc2/plugins/Hello/Hello.cpp | |
parent | c82ce4a8a7d2e09cc2b510a6759e169e28dd136a (diff) |
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
Diffstat (limited to 'tools/llvmc2/plugins/Hello/Hello.cpp')
-rw-r--r-- | tools/llvmc2/plugins/Hello/Hello.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/llvmc2/plugins/Hello/Hello.cpp b/tools/llvmc2/plugins/Hello/Hello.cpp index 729d3c8166..a243dd86f7 100644 --- a/tools/llvmc2/plugins/Hello/Hello.cpp +++ b/tools/llvmc2/plugins/Hello/Hello.cpp @@ -11,11 +11,8 @@ // //===----------------------------------------------------------------------===// -// TODO: Since llvmc2 has now gained support for plugins, its header -// files should be probably moved into LLVM include dir. - -#include "../../CompilationGraph.h" -#include "../../Plugin.h" +#include "llvm/CompilerDriver/CompilationGraph.h" +#include "llvm/CompilerDriver/Plugin.h" #include <iostream> |