aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r--tools/bugpoint/bugpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index ea44088947..4a6ebaf757 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
-#include "Support/CommandLine.h"
#include "llvm/Support/PassNameParser.h"
+#include "Support/CommandLine.h"
static cl::list<std::string>
InputFilenames(cl::Positional, cl::OneOrMore,