diff options
author | Nathan Binkert <nate@binkert.org> | 2009-05-17 14:34:52 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-05-17 14:34:52 -0700 |
commit | 8d2e51c7f52670055ffe97e221302561b87015a2 (patch) | |
tree | 792d211d603bd9155dee00861d1ce92d3ba2f09d /src/mem/slicc | |
parent | 709d859530325f28b904001f5a55dbdec2bad199 (diff) | |
download | gem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz |
includes: sort includes again
Diffstat (limited to 'src/mem/slicc')
-rw-r--r-- | src/mem/slicc/slicc_global.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mem/slicc/slicc_global.hh b/src/mem/slicc/slicc_global.hh index 3e4f37a57..40a00c9d2 100644 --- a/src/mem/slicc/slicc_global.hh +++ b/src/mem/slicc/slicc_global.hh @@ -30,9 +30,7 @@ #ifndef SLICC_GLOBAL_H #define SLICC_GLOBAL_H -#include <assert.h> /* slicc needs to include this in order to use classes in - * ../common directory. - */ +#include <cassert> #include "mem/gems_common/std-includes.hh" #include "mem/gems_common/Map.hh" |