Преглед изворни кода

stdarg.h at the right places

Oswald Buddenhagen пре 21 година
родитељ
комит
e0cc45044f
4 измењених фајлова са 1 додато и 3 уклоњено
  1. 0 1
      src/compat/main.c
  2. 0 1
      src/drv_imap.c
  3. 1 0
      src/isync.h
  4. 0 1
      src/util.c

+ 0 - 1
src/compat/main.c

@@ -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>

+ 0 - 1
src/drv_imap.c

@@ -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>

+ 1 - 0
src/isync.h

@@ -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]))

+ 0 - 1
src/util.c

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