Move standard library inclusions to after internal inclusions.

llvm-svn: 332124
This commit is contained in:
David Blaikie 2018-05-11 19:21:40 +00:00
parent d39b740ee3
commit 3c91607119

View File

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