From: Misha Brukman Date: Wed, 20 Apr 2005 04:51:29 +0000 (+0000) Subject: #include system headers after all LLVM headers X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=baec07cbfec59d379a91dd9296a357263121e5af;p=oota-llvm.git #include system headers after all LLVM headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21374 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/CompilerDriver.cpp b/tools/llvmc/CompilerDriver.cpp index 1a316c84390..f3d09e4f921 100644 --- a/tools/llvmc/CompilerDriver.cpp +++ b/tools/llvmc/CompilerDriver.cpp @@ -20,9 +20,8 @@ #include "llvm/System/Signals.h" #include "llvm/ADT/SetVector.h" #include "llvm/ADT/StringExtras.h" -#include #include "llvm/Config/alloca.h" - +#include using namespace llvm; namespace {