forked from OSchip/llvm-project
#include system headers after all LLVM headers
llvm-svn: 21374
This commit is contained in:
parent
17092bd0a4
commit
ee6770f1a3
|
@ -20,9 +20,8 @@
|
|||
#include "llvm/System/Signals.h"
|
||||
#include "llvm/ADT/SetVector.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include <iostream>
|
||||
#include "llvm/Config/alloca.h"
|
||||
|
||||
#include <iostream>
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in New Issue