summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-05-15 20:30:20 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2006-05-15 20:30:20 -0400
commit2db12b3d6cdcb840ef41dbe3e4a8db1821d7c4de (patch)
tree942731d711268a7b2c16698aff2a45619f1b7f35 /base
parent2d9b7846c6cebf1648bf73aa0b0feaed77e90dde (diff)
downloadgem5-2db12b3d6cdcb840ef41dbe3e4a8db1821d7c4de.tar.xz
Many files:
Get rid of more unneeded includes. base/hostinfo.cc: base/inet.cc: base/remote_gdb.cc: cpu/simple/cpu.cc: dev/alpha_console.cc: dev/disk_image.cc: dev/ns_gige.cc: dev/sinic.cc: mem/physical.cc: sim/param.cc: sim/process.cc: sim/pseudo_inst.cc: test/cprintftest.cc: Get rid of more unneeded includes. --HG-- extra : convert_revision : f531ae40db3787f2c55df7d251f251ecae4ab731
Diffstat (limited to 'base')
-rw-r--r--base/hostinfo.cc1
-rw-r--r--base/inet.cc1
-rw-r--r--base/remote_gdb.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/base/hostinfo.cc b/base/hostinfo.cc
index d15e3ddc1..d42c96732 100644
--- a/base/hostinfo.cc
+++ b/base/hostinfo.cc
@@ -31,7 +31,6 @@
#include <math.h>
#include <unistd.h>
-#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string>
diff --git a/base/inet.cc b/base/inet.cc
index 2e1c4c84b..f2665bd2b 100644
--- a/base/inet.cc
+++ b/base/inet.cc
@@ -26,7 +26,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <cstdio>
#include <sstream>
#include <string>
diff --git a/base/remote_gdb.cc b/base/remote_gdb.cc
index 6b85bc680..41d0c1471 100644
--- a/base/remote_gdb.cc
+++ b/base/remote_gdb.cc
@@ -116,7 +116,6 @@
#include <sys/signal.h>
-#include <cstdio>
#include <string>
#include <unistd.h>