diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:47:54 +0000 |
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:47:54 +0000 |
| commit | ab425d8360e0a856bb6f1e5d32017f8ba4c4c04f (patch) | |
| tree | 482761abebf29c00811d004a650094f8bd7ab991 /llvm/tools/llvmc | |
| parent | 150b1ad7f8c12c9f4ec0d23695dc4644af76d2c9 (diff) | |
| download | bcm5719-llvm-ab425d8360e0a856bb6f1e5d32017f8ba4c4c04f.tar.gz bcm5719-llvm-ab425d8360e0a856bb6f1e5d32017f8ba4c4c04f.zip | |
I swear I did a make clean and make before committing all this...
llvm-svn: 120304
Diffstat (limited to 'llvm/tools/llvmc')
| -rw-r--r-- | llvm/tools/llvmc/examples/mcc16/Hooks.cpp | 2 | ||||
| -rw-r--r-- | llvm/tools/llvmc/examples/mcc16/Main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/examples/mcc16/Hooks.cpp b/llvm/tools/llvmc/examples/mcc16/Hooks.cpp index edb91e16aa9..95158efeece 100644 --- a/llvm/tools/llvmc/examples/mcc16/Hooks.cpp +++ b/llvm/tools/llvmc/examples/mcc16/Hooks.cpp @@ -1,4 +1,4 @@ -#include "llvm/System/Path.h" +#include "llvm/Support/Path.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/raw_ostream.h" diff --git a/llvm/tools/llvmc/examples/mcc16/Main.cpp b/llvm/tools/llvmc/examples/mcc16/Main.cpp index 55ae9128394..5d4992dd9ce 100644 --- a/llvm/tools/llvmc/examples/mcc16/Main.cpp +++ b/llvm/tools/llvmc/examples/mcc16/Main.cpp @@ -16,7 +16,7 @@ #include "llvm/CompilerDriver/BuiltinOptions.h" #include "llvm/CompilerDriver/Main.h" -#include "llvm/System/Path.h" +#include "llvm/Support/Path.h" #include "llvm/Config/config.h" #include <iostream> |

