]> diplodocus.org Git - nmh/blobdiff - uip/mhshowsbr.c
print_sw.c: Move interface to own file.
[nmh] / uip / mhshowsbr.c
index 3ed6f8b995d2ec9190707df89aa2a16fc0548cb6..fca441071e77bc2f64e4e81f98a59ff96404eb87 100644 (file)
@@ -5,18 +5,19 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/arglist.h"
 #include "sbr/error.h"
 #include <fcntl.h>
-#include <h/signals.h>
-#include <h/md5.h>
-#include <h/mts.h>
-#include <h/tws.h>
-#include <h/mime.h>
-#include <h/mhparse.h>
-#include <h/fmt_scan.h>
+#include "h/signals.h"
+#include "h/md5.h"
+#include "h/mts.h"
+#include "h/tws.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
+#include "h/fmt_scan.h"
 #include "h/done.h"
-#include <h/utils.h>
+#include "h/utils.h"
 #include "mhmisc.h"
 #include "mhshowsbr.h"
 #include "sbr/m_mktemp.h"