mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 07:41:38 +00:00
Reorder #includes, drop unneeded one
llvm-svn: 9548
This commit is contained in:
parent
7e6b286041
commit
f7585e10cf
@ -16,10 +16,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Support/CommandLine.h"
|
||||
#include "llvm/Bytecode/Reader.h"
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Bytecode/Reader.h"
|
||||
#include "Support/CommandLine.h"
|
||||
#include <cctype>
|
||||
|
||||
namespace {
|
||||
|
Loading…
x
Reference in New Issue
Block a user