From: Reid Spencer Date: Thu, 19 Aug 2004 21:52:49 +0000 (+0000) Subject: Actually let it compile after file name changes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f51a87cb57a0fde2a46b704b7a5a43ff84d18cb1;p=oota-llvm.git 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 --- diff --git a/tools/llvmc/Configuration.cpp b/tools/llvmc/Configuration.cpp index 0b42e410f52..1463ecaa7ee 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 6c519cf29d5..cd7c0ab5d27 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