summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-mca/RetireControlUnit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-mca/RetireControlUnit.h b/llvm/tools/llvm-mca/RetireControlUnit.h
index f9efed79524..9f036336614 100644
--- a/llvm/tools/llvm-mca/RetireControlUnit.h
+++ b/llvm/tools/llvm-mca/RetireControlUnit.h
@@ -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;
OpenPOWER on IntegriCloud