mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 01:20:40 +00:00
Move standard library inclusions to after internal inclusions.
llvm-svn: 332124
This commit is contained in:
parent
d39b740ee3
commit
3c91607119
@ -15,12 +15,12 @@
|
||||
#ifndef LLVM_TOOLS_LLVM_MCA_RETIRE_CONTROL_UNIT_H
|
||||
#define LLVM_TOOLS_LLVM_MCA_RETIRE_CONTROL_UNIT_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "Instruction.h"
|
||||
#include "llvm/MC/MCSchedule.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
namespace mca {
|
||||
|
||||
class DispatchUnit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user