Commit 72a44d34 72a44d345158592437100433488130f9222338a7 by Sergey Poznyakoff

removed unconditional #include <paths.h>: it already was included from "mail.h".

1 parent 7596ca42
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
21 #include <sys/stat.h> 21 #include <sys/stat.h>
22 #include <fcntl.h> 22 #include <fcntl.h>
23 #include <stdio.h> 23 #include <stdio.h>
24 #include <paths.h>
25 24
26 #include "mail.h" 25 #include "mail.h"
27 26
......