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/dev/x86 | |
parent | 709d859530325f28b904001f5a55dbdec2bad199 (diff) | |
download | gem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz |
includes: sort includes again
Diffstat (limited to 'src/dev/x86')
-rw-r--r-- | src/dev/x86/intdev.hh | 2 | ||||
-rw-r--r-- | src/dev/x86/south_bridge.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/x86/intdev.hh b/src/dev/x86/intdev.hh index c2c8057b9..8f5f8707e 100644 --- a/src/dev/x86/intdev.hh +++ b/src/dev/x86/intdev.hh @@ -31,7 +31,7 @@ #ifndef __DEV_X86_INTDEV_HH__ #define __DEV_X86_INTDEV_HH__ -#include <assert.h> +#include <cassert> #include <string> #include "arch/x86/x86_traits.hh" diff --git a/src/dev/x86/south_bridge.cc b/src/dev/x86/south_bridge.cc index c456f478d..dbb1ef1be 100644 --- a/src/dev/x86/south_bridge.cc +++ b/src/dev/x86/south_bridge.cc @@ -28,7 +28,7 @@ * Authors: Gabe Black */ -#include <assert.h> +#include <cassert> #include "dev/x86/pc.hh" #include "dev/x86/south_bridge.hh" |