From 36b3caf9c0498203a03a56e6bb97fc17b2c8e28e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Aug 2009 18:09:02 +0000 Subject: clean up #includes. llvm-svn: 79857 --- llvm/lib/Support/CommandLine.cpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'llvm/lib/Support/CommandLine.cpp') diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index ec3af841682..d45694b0461 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -16,23 +16,19 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Config/config.h" -#include "llvm/ADT/OwningPtr.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/ManagedStatic.h" +#include "llvm/Support/raw_ostream.h" #include "llvm/Target/TargetRegistry.h" #include "llvm/System/Path.h" -#include -#include +#include "llvm/ADT/OwningPtr.h" +#include "llvm/Config/config.h" #include -#include #include -#include #include -#include -#include +#include using namespace llvm; using namespace cl; -- cgit v1.2.3