few optimizations

This commit is contained in:
Ianos Gnatiuc
2005-11-01 02:31:41 +00:00
parent 21b44b65d2
commit 073e52bb3d
12 changed files with 49 additions and 119 deletions

View File

@@ -28,7 +28,6 @@
#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#if defined(UNIX) || defined(__MINGW32__) || defined(__EMX__)

View File

@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>