First steps toward getting full system to work with
[gem5.git] / base / cprintf.hh
index ca5c08b161b3e3298ca69677f4f0f273c125b402..c468c375f8b9b5a83f1c68d3f844879554951a88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 
 #include <iostream>
 #include <list>
-#include <sstream>
 #include <string>
 
-namespace cp {
-
 #include "base/cprintf_formats.hh"
 
+namespace cp {
+
 class ArgList
 {
   private: