diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/eventq.cc | 1 | ||||
-rw-r--r-- | sim/param.cc | 1 | ||||
-rw-r--r-- | sim/process.cc | 1 | ||||
-rw-r--r-- | sim/pseudo_inst.cc | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sim/eventq.cc b/sim/eventq.cc index 0884db994..4bfd6face 100644 --- a/sim/eventq.cc +++ b/sim/eventq.cc @@ -30,7 +30,6 @@ #include <iostream> #include <string> -#include <sstream> #include <vector> #include "cpu/smt.hh" diff --git a/sim/param.cc b/sim/param.cc index bc81881d3..8998d7d77 100644 --- a/sim/param.cc +++ b/sim/param.cc @@ -28,7 +28,6 @@ #include <algorithm> #include <cassert> -#include <cstdio> #include <list> #include <string> #include <vector> diff --git a/sim/process.cc b/sim/process.cc index d88716f1e..1261b8436 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -29,7 +29,6 @@ #include <unistd.h> #include <fcntl.h> -#include <cstdio> #include <string> #include "base/intmath.hh" diff --git a/sim/pseudo_inst.cc b/sim/pseudo_inst.cc index 3cdc05e78..7897b5c8b 100644 --- a/sim/pseudo_inst.cc +++ b/sim/pseudo_inst.cc @@ -29,7 +29,6 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> -#include <cstdio> #include <string> |