diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-05-15 20:06:42 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-05-15 20:06:42 -0400 |
commit | 2d9b7846c6cebf1648bf73aa0b0feaed77e90dde (patch) | |
tree | 426cf5bc44e52255390418112ef2816d8a7c9381 /base/cprintf.hh | |
parent | 7d3eb0fe801add2bdbb05b482e7d7d303b6f386d (diff) | |
download | gem5-2d9b7846c6cebf1648bf73aa0b0feaed77e90dde.tar.xz |
Many files:
Fix sstream includes
arch/alpha/tlb.cc:
base/cprintf.hh:
base/cprintf_formats.hh:
base/crc.cc:
base/statistics.cc:
base/statistics.hh:
base/stats/text.cc:
cpu/memtest/memtest.cc:
cpu/simple/cpu.cc:
dev/pcidev.cc:
sim/eventq.cc:
Fix sstream includes
--HG--
extra : convert_revision : fd69937ea26b4961e92f1736fa44daa16f54698d
Diffstat (limited to 'base/cprintf.hh')
-rw-r--r-- | base/cprintf.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/cprintf.hh b/base/cprintf.hh index dcb292434..c468c375f 100644 --- a/base/cprintf.hh +++ b/base/cprintf.hh @@ -31,13 +31,12 @@ #include <iostream> #include <list> -#include <sstream> #include <string> -namespace cp { - #include "base/cprintf_formats.hh" +namespace cp { + class ArgList { private: |