]> diplodocus.org Git - nmh/blobdiff - uip/viamail.c
fdcompare.c: Move interface to own file.
[nmh] / uip / viamail.c
index c25205424e38206c73e62c2d09037c3e1ce681df..6001183b698d42a9e34b76069ccffd50fee1d596 100644 (file)
@@ -5,15 +5,21 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/context_find.h"
+#include "sbr/ambigsw.h"
+#include "sbr/print_version.h"
+#include "sbr/print_help.h"
+#include "sbr/arglist.h"
+#include "sbr/error.h"
 #include <fcntl.h>
-#include <h/md5.h>
-#include <h/mts.h>
-#include <h/tws.h>
-#include <h/mime.h>
-#include <h/mhparse.h>
+#include "h/md5.h"
+#include "h/mts.h"
+#include "h/tws.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
 #include "h/done.h"
-#include <h/utils.h>
+#include "h/utils.h"
 #include "sbr/m_mktemp.h"
 #include "sbr/base64.h"