1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

#include system headers after all LLVM headers

llvm-svn: 21374
This commit is contained in:
Misha Brukman 2005-04-20 04:51:29 +00:00
parent 75950190e3
commit 7f8c9b4840

View File

@ -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 {