]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
mh-sequence.man: document new '=+' and '=-' for selecting relative msgs
[nmh] / mts / smtp / smtp.c
index 8b17042c78c13ae59ec07721526256b1b65be137..3e8f32465e26ef9610e970baae455ca30f980514 100644 (file)
@@ -9,7 +9,6 @@
 #include <h/mh.h>
 #include "smtp.h"
 #include <h/mts.h>
-#include <signal.h>
 #include <h/signals.h>
 
 #ifdef CYRUS_SASL
@@ -26,7 +25,6 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
-#include <errno.h>
 #endif /* CYRUS_SASL */
 
 #ifdef TLS_SUPPORT