]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/log.cpp
updated the Change log w/ new additions
[irc/gameservirc.git] / gameserv / log.cpp
index 195dc55b51b13a95aaed0ed8a335e91c81050a74..d7c8ee58aecc654696dac5e30d3d5483e2a3793a 100644 (file)
@@ -2,11 +2,9 @@
 #include <cctype>
 #include <stdio.h>
 #include <fstream>
+#include <iostream>
 
-using std::endl;
-using std::cerr;
-using std::ofstream;
-using std::ios;
+using namespace std;
 
 void log(const char *fmt, ...)
 {