X86: Get rid of the unused getAllocator on the python base microop class.
[gem5.git] / src / arch / sparc / predecoder.hh
index c7503b282ec3208b42c7c50ef89cd4dde45d08dd..c4ab4fe7952d087716c6b20c37ce01920837f886 100644 (file)
 #ifndef __ARCH_SPARC_PREDECODER_HH__
 #define __ARCH_SPARC_PREDECODER_HH__
 
+#include "arch/sparc/registers.hh"
 #include "arch/sparc/types.hh"
+#include "base/bitfield.hh"
 #include "base/misc.hh"
-#include "cpu/thread_context.hh"
 #include "base/types.hh"
+#include "cpu/thread_context.hh"
 
 class ThreadContext;