removed iostream
This commit is contained in:
parent
5453b55bdc
commit
1ba9a39b3f
|
@ -13,7 +13,6 @@
|
||||||
* - code structure renewed
|
* - code structure renewed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -209,4 +208,4 @@ void OnAmxxDetach()
|
||||||
WSACleanup();
|
WSACleanup();
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user