From 8d2e51c7f52670055ffe97e221302561b87015a2 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:52 -0700 Subject: includes: sort includes again --- src/cpu/o3/2bit_local_pred.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cpu/o3/2bit_local_pred.hh') diff --git a/src/cpu/o3/2bit_local_pred.hh b/src/cpu/o3/2bit_local_pred.hh index 7669c6b97..8b7bb8463 100644 --- a/src/cpu/o3/2bit_local_pred.hh +++ b/src/cpu/o3/2bit_local_pred.hh @@ -31,11 +31,11 @@ #ifndef __CPU_O3_2BIT_LOCAL_PRED_HH__ #define __CPU_O3_2BIT_LOCAL_PRED_HH__ -#include "cpu/o3/sat_counter.hh" -#include "base/types.hh" - #include +#include "base/types.hh" +#include "cpu/o3/sat_counter.hh" + /** * Implements a local predictor that uses the PC to index into a table of * counters. Note that any time a pointer to the bp_history is given, it -- cgit v1.2.3