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 | 9251cb2ecd02fc820ab1f139002d5c671e35960a (patch) | |
tree | f6ca6a99c6922560f95e44bd6ebffc3b107e4f34 /llvm/tools/llvmc/Configuration.cpp | |
parent | 170943a795444e1a865bdaa4b5e6ad4b9674460e (diff) | |
download | bcm5719-llvm-9251cb2ecd02fc820ab1f139002d5c671e35960a.tar.gz bcm5719-llvm-9251cb2ecd02fc820ab1f139002d5c671e35960a.zip |
Actually let it compile after file name changes.
llvm-svn: 15931
Diffstat (limited to 'llvm/tools/llvmc/Configuration.cpp')
-rw-r--r-- | llvm/tools/llvmc/Configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/Configuration.cpp b/llvm/tools/llvmc/Configuration.cpp index 0b42e410f52..1463ecaa7ee 100644 --- a/llvm/tools/llvmc/Configuration.cpp +++ b/llvm/tools/llvmc/Configuration.cpp @@ -12,7 +12,7 @@ // //===------------------------------------------------------------------------=== -#include "ConfigData.h" +#include "Configuration.h" #include "ConfigLexer.h" #include "CompilerDriver.h" #include "Support/CommandLine.h" |