From f51a87cb57a0fde2a46b704b7a5a43ff84d18cb1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 19 Aug 2004 21:52:49 +0000 Subject: 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 --- tools/llvmc/Configuration.cpp | 2 +- tools/llvmc/llvmc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/llvmc') 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 -- cgit v1.2.3