]> diplodocus.org Git - nmh/blobdiff - uip/replsbr.c
NEWS: Encourage nmh-announce subscription. Capitalise `Gmail'.
[nmh] / uip / replsbr.c
index 4a45392567db63167960ed2120a296d0ab130c1a..55bcd6ceee9e829300dc243db3c502fa11b8b819 100644 (file)
@@ -5,12 +5,24 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/addrsbr.h>
-#include <h/fmt_scan.h>
+#include "h/mh.h"
+#include "sbr/fmt_new.h"
+#include "sbr/m_name.h"
+#include "sbr/m_gmprot.h"
+#include "sbr/m_getfld.h"
+#include "sbr/read_switch.h"
+#include "sbr/concat.h"
+#include "sbr/closefds.h"
+#include "sbr/uprf.h"
+#include "sbr/escape_addresses.h"
+#include "sbr/pidstatus.h"
+#include "sbr/arglist.h"
+#include "sbr/error.h"
+#include "h/addrsbr.h"
+#include "h/fmt_scan.h"
 #include "h/done.h"
-#include <h/utils.h>
-#include <sys/file.h>          /* L_SET */
+#include "h/utils.h"
+#include <sys/file.h>
 #include "replsbr.h"
 
 short ccto = -1;
@@ -484,9 +496,9 @@ replfilter (FILE *in, FILE *out, char *filter, int fmtproc)
 }
 
 
-static
-char *
-fix_addresses (char *str) {
+static char *
+fix_addresses (char *str)
+{
     char *fixed_str = NULL;
     bool fixed_address = false;