From 39a055645f77e0fa7bf49406635dba6bd65e361f Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 15 Apr 2011 10:44:06 -0700 Subject: includes: sort all includes --- src/cpu/sched_list.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/sched_list.hh') diff --git a/src/cpu/sched_list.hh b/src/cpu/sched_list.hh index 56ee2f8ec..4d3b0dd71 100644 --- a/src/cpu/sched_list.hh +++ b/src/cpu/sched_list.hh @@ -32,10 +32,10 @@ #define SCHED_LIST_HH #include + #include "base/intmath.hh" #include "base/misc.hh" - // Any types you use this class for must be covered here... namespace { void ClearEntry(int &i) { i = 0; }; -- cgit v1.2.3