OSDN Git Service

* Remove duplicated `using' keywords (merge botch?)
authorbje <bje>
Wed, 8 Jan 2003 06:46:48 +0000 (06:46 +0000)
committerbje <bje>
Wed, 8 Jan 2003 06:46:48 +0000 (06:46 +0000)
sid/component/bochs/vga/sid-vga-wrapper.cc
sid/component/profiling/gprof.cxx

index aafef0c..a794f92 100644 (file)
@@ -10,7 +10,6 @@
 #include <cerrno>
 #include <ctime>
 #include <new>
-#include <new>
 #include <unistd.h>
 #include <iostream>
 #include <fcntl.h>
index 01a8420..ec10b9a 100644 (file)
@@ -79,8 +79,6 @@ namespace profiling_components
   using std::ostream;
   using std::ios;
   using std::ofstream;
-  using std::ios;
-  using std::ofstream;
 
 
 // ----------------------------------------------------------------------------