summaryrefslogtreecommitdiff
path: root/src/cpu/o3/store_set.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/store_set.hh')
-rw-r--r--src/cpu/o3/store_set.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/store_set.hh b/src/cpu/o3/store_set.hh
index 88f5e0d07..57cd2a197 100644
--- a/src/cpu/o3/store_set.hh
+++ b/src/cpu/o3/store_set.hh
@@ -36,8 +36,8 @@
#include <utility>
#include <vector>
-#include "cpu/inst_seq.hh"
#include "base/types.hh"
+#include "cpu/inst_seq.hh"
struct ltseqnum {
bool operator()(const InstSeqNum &lhs, const InstSeqNum &rhs) const