Remove errno.h from files that do not need it.

oldstable
Marcus Meissner 2003-01-23 22:51:04 +00:00 committed by Alexandre Julliard
parent 5840a1bffc
commit f63e5b646a
19 changed files with 0 additions and 36 deletions

View File

@ -23,10 +23,6 @@
#include "wine/port.h"
#include <string.h>
#ifdef HAVE_SYS_ERRNO_H
# include <sys/errno.h>
#endif
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"

View File

@ -23,9 +23,6 @@
#include "wine/port.h"
#include <string.h>
#ifdef HAVE_SYS_ERRNO_H
# include <sys/errno.h>
#endif
#include "winbase.h"
#include "wingdi.h"

View File

@ -27,7 +27,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <errno.h>
#include "wine/winbase16.h"
#include "winuser.h"
#include "wownt32.h"

View File

@ -22,7 +22,6 @@
#include "wine/port.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include "winerror.h"

View File

@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#ifdef HAVE_UNISTD_H

View File

@ -46,7 +46,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <errno.h>
#include <fcntl.h>
#include "windef.h"
#include "wingdi.h"

View File

@ -43,7 +43,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <errno.h>
#include <fcntl.h>
#include "windef.h"
#include "wingdi.h"

View File

@ -45,7 +45,6 @@
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <errno.h>
#include <fcntl.h>
#if 0

View File

@ -23,7 +23,6 @@
#include "wine/port.h"
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>

View File

@ -58,14 +58,10 @@
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef HAVE_SYS_ERRNO_H
#include <sys/errno.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_MMAN_H

View File

@ -21,7 +21,6 @@
#include "config.h"
#include "wine/port.h"
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>

View File

@ -27,7 +27,6 @@
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_SYS_FILE_H

View File

@ -29,7 +29,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif

View File

@ -22,7 +22,6 @@
#include "wine/port.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>

View File

@ -25,9 +25,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_SYS_ERRNO_H
#include <sys/errno.h>
#endif
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>

View File

@ -22,7 +22,6 @@
#include "wine/port.h"
#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <signal.h>
#include <string.h>

View File

@ -19,7 +19,6 @@
*/
#include <assert.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -28,10 +28,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#ifdef HAVE_SYS_ERRNO_H
#include <sys/errno.h>
#endif
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>

View File

@ -29,10 +29,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#ifdef HAVE_SYS_ERRNO_H
#include <sys/errno.h>
#endif
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
@ -189,4 +185,3 @@ DECL_HANDLER(get_smb_info)
release_object( smb );
}
}