summaryrefslogtreecommitdiff
path: root/src/cpu/inst_seq.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/inst_seq.hh')
-rw-r--r--src/cpu/inst_seq.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/inst_seq.hh b/src/cpu/inst_seq.hh
index e7acd215f..21e04ed25 100644
--- a/src/cpu/inst_seq.hh
+++ b/src/cpu/inst_seq.hh
@@ -32,8 +32,6 @@
#ifndef __STD_TYPES_HH__
#define __STD_TYPES_HH__
-#include <stdint.h>
-
// inst sequence type, used to order instructions in the ready list,
// if this rolls over the ready list order temporarily will get messed
// up, but execution will continue and complete correctly