diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-19 21:52:49 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-19 21:52:49 +0000 |
commit | f51a87cb57a0fde2a46b704b7a5a43ff84d18cb1 (patch) | |
tree | d71bb5580c091d1269dc13a95905e34404714c2a /tools/llvmc | |
parent | 1601d9c1f0c4045d68e38986780fa2ff4098836c (diff) |
Actually let it compile after file name changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r-- | tools/llvmc/Configuration.cpp | 2 | ||||
-rw-r--r-- | tools/llvmc/llvmc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc/Configuration.cpp b/tools/llvmc/Configuration.cpp index 0b42e410f5..1463ecaa7e 100644 --- a/tools/llvmc/Configuration.cpp +++ b/tools/llvmc/Configuration.cpp @@ -12,7 +12,7 @@ // //===------------------------------------------------------------------------=== -#include "ConfigData.h" +#include "Configuration.h" #include "ConfigLexer.h" #include "CompilerDriver.h" #include "Support/CommandLine.h" diff --git a/tools/llvmc/llvmc.cpp b/tools/llvmc/llvmc.cpp index 6c519cf29d..cd7c0ab5d2 100644 --- a/tools/llvmc/llvmc.cpp +++ b/tools/llvmc/llvmc.cpp @@ -15,7 +15,7 @@ //===------------------------------------------------------------------------=== #include "CompilerDriver.h" -#include "ConfigData.h" +#include "Configuration.h" #include "llvm/System/Signals.h" #include "Support/CommandLine.h" #include <iostream> |