summaryrefslogtreecommitdiffstats
path: root/maildirquota.c
diff options
context:
space:
mode:
authorManuel Mausz <manuel@mausz.at>2019-06-11 15:28:27 +0200
committermanuel <manuel@mausz.at>2019-06-11 15:29:11 +0200
commit692760720b197b46e8e4268bede8cad6f90399aa (patch)
tree0d0d5f45759b83e15d6668357f9482dca236880b /maildirquota.c
parent54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff)
downloadqmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz
qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2
qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip
Fix compile warnings...
Diffstat (limited to 'maildirquota.c')
-rw-r--r--maildirquota.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/maildirquota.c b/maildirquota.c
index e9ba47b..d5609c2 100644
--- a/maildirquota.c
+++ b/maildirquota.c
@@ -25,9 +25,7 @@
25#endif 25#endif
26#endif */ 26#endif */
27#include <sys/types.h> 27#include <sys/types.h>
28/* #if HAVE_SYS_STAT_H */
29#include <sys/stat.h> 28#include <sys/stat.h>
30/* #endif */
31#include <sys/uio.h> 29#include <sys/uio.h>
32 30
33#include "maildirquota.h" 31#include "maildirquota.h"
@@ -36,12 +34,8 @@
36#include <stdlib.h> 34#include <stdlib.h>
37#include <string.h> 35#include <string.h>
38#include <errno.h> 36#include <errno.h>
39/* #if HAVE_FCNTL_H */
40#include <fcntl.h> 37#include <fcntl.h>
41/* #endif */
42#if HAVE_UNISTD_H
43#include <unistd.h> 38#include <unistd.h>
44#endif
45#include <time.h> 39#include <time.h>
46#include "numlib.h" 40#include "numlib.h"
47 41