stdarg.h at the right places

This commit is contained in:
Oswald Buddenhagen 2004-09-20 11:28:33 +00:00
parent 7e323da056
commit e0cc45044f
4 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdarg.h>
#include <limits.h>
#include <pwd.h>
#include <stdio.h>

View File

@ -31,7 +31,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
#include <errno.h>
#include <string.h>
#include <ctype.h>

View File

@ -26,6 +26,7 @@
#include <config.h>
#include <sys/types.h>
#include <stdarg.h>
#include <stdio.h>
#define as(ar) (sizeof(ar)/sizeof(ar[0]))

View File

@ -23,7 +23,6 @@
#include "isync.h"
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>