]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
added a file for rapid development testing via a console (not to be used by all)
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index 2e97580b95c4c4b4e11f1e97026ccb282aa10af6..a873817fe7ae28a01dff297b8e0e7a42e6d1c7aa 100644 (file)
 #include <stdlib.h>
 #include <fcntl.h>
 #include <signal.h>
+
 //#include <sys/types.h>
 //#include <sys/wait.h>
 //#include <errno.h>
 
-using std::ofstream;
-using std::ifstream;
-using std::cerr;
-using std::endl;
+using namespace std;
 
 char *PACKAGE = "GameServ";
 char *VERSION = "1.2.6 +devel";