aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Support/ToolRunner.cpp2
-rw-r--r--tools/bugpoint/ToolRunner.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/ToolRunner.cpp b/lib/Support/ToolRunner.cpp
index 1ae5260bef..985c6854b8 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 1ae5260bef..985c6854b8 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