From: Misha Brukman Date: Mon, 6 Oct 2003 18:37:24 +0000 (+0000) Subject: ToolRunner.h has been moved from include/Support to include/llvm/Support. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6873450ed50b37d131f901058688445d0081829c;p=oota-llvm.git ToolRunner.h has been moved from include/Support to include/llvm/Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8898 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/ToolRunner.cpp b/lib/Support/ToolRunner.cpp index 1ae5260bef3..985c6854b8a 100644 --- a/lib/Support/ToolRunner.cpp +++ b/lib/Support/ToolRunner.cpp @@ -1,6 +1,6 @@ +#include "llvm/Support/ToolRunner.h" #include "Support/Debug.h" #include "Support/FileUtilities.h" -#include "Support/ToolRunner.h" //===---------------------------------------------------------------------===// // LLI Implementation of AbstractIntepreter interface diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 1ae5260bef3..985c6854b8a 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -1,6 +1,6 @@ +#include "llvm/Support/ToolRunner.h" #include "Support/Debug.h" #include "Support/FileUtilities.h" -#include "Support/ToolRunner.h" //===---------------------------------------------------------------------===// // LLI Implementation of AbstractIntepreter interface