Remote GDB: Turn on remote gdb in SE mode.
[gem5.git] / src / cpu / inst_seq.hh
index e7acd215f34a77f4c7be8879a1b0f4b7573351e9..21e04ed251e7bd379e31d890c4ea058b37e27483 100644 (file)
@@ -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