removed iostream

This commit is contained in:
David Anderson 2004-09-12 00:44:15 +00:00
parent 5453b55bdc
commit 1ba9a39b3f

View File

@ -13,7 +13,6 @@
* - code structure renewed
*/
#include <iostream>
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>
@ -209,4 +208,4 @@ void OnAmxxDetach()
WSACleanup();
#endif
return;
}
}