Removed include <xalloc.h>
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -26,7 +26,6 @@ | ... | @@ -26,7 +26,6 @@ |
26 | #include <string.h> | 26 | #include <string.h> |
27 | #include <syslog.h> | 27 | #include <syslog.h> |
28 | #include <unistd.h> | 28 | #include <unistd.h> |
29 | #include <xalloc.h> | ||
30 | 29 | ||
31 | #include <sys/types.h> | 30 | #include <sys/types.h> |
32 | #include <sys/stat.h> | 31 | #include <sys/stat.h> |
... | @@ -43,7 +42,7 @@ | ... | @@ -43,7 +42,7 @@ |
43 | #include <mailutils/mailer.h> | 42 | #include <mailutils/mailer.h> |
44 | #include <mailutils/mailbox.h> | 43 | #include <mailutils/mailbox.h> |
45 | 44 | ||
46 | #include <argcv.h> | 45 | #include <mailutils/argcv.h> |
47 | 46 | ||
48 | #define ARG_LOG_FACILITY 1 | 47 | #define ARG_LOG_FACILITY 1 |
49 | #define ARG_LOCK_FLAGS 2 | 48 | #define ARG_LOCK_FLAGS 2 | ... | ... |
-
Please register or sign in to post a comment