From 0c2305b1107b60600e08a66bba932396ee752b5b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 7 Aug 2003 21:19:30 +0000 Subject: Re-grouped and alphabetized headers for easier reading and cleaner style. llvm-svn: 7689 --- llvm/tools/bugpoint/bugpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/bugpoint/bugpoint.cpp') diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index ea440889473..4a6ebaf7573 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/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 InputFilenames(cl::Positional, cl::OneOrMore, -- cgit v1.2.3