]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
fmt_addr.c: Move interface to own file.
[nmh] / uip / mhcachesbr.c
index a7fdf90fe4ab95b80caf585178754e9aea82cf44..942c3f012c745a532e769ea278f8ff81f4166ce8 100644 (file)
@@ -5,16 +5,20 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/m_gmprot.h"
+#include "sbr/m_getfld.h"
+#include "sbr/read_yes_or_no_if_tty.h"
+#include "sbr/trimcpy.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/mhcachesbr.h>
-#include <h/utils.h>
+#include "h/md5.h"
+#include "h/mts.h"
+#include "h/tws.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
+#include "h/mhcachesbr.h"
+#include "h/utils.h"
 #include "mhmisc.h"
 #include "sbr/lock_file.h"
 #include "sbr/m_mktemp.h"