]> diplodocus.org Git - nmh/blobdiff - uip/send.c
seq_list.c: Move interface to own file.
[nmh] / uip / send.c
index 1401ff1e85e848d15bbdc7c31738098504dc113f..3d559ff51f8a9cc60875c329c35eb3e30c481831 100644 (file)
@@ -5,13 +5,14 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/arglist.h"
 #include "sbr/error.h"
 #include <fcntl.h>
 #include "h/done.h"
-#include <h/utils.h>
+#include "h/utils.h"
 #ifdef OAUTH_SUPPORT
-# include <h/oauth.h>
+#include "h/oauth.h"
 #endif
 #include "sbr/m_maildir.h"
 #include "sbr/m_mktemp.h"