]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_addr.c
read_switch.c: Move interface declaration to own file.
[nmh] / sbr / fmt_addr.c
index 37b286a2ea2754fea183a6b2923ab032c7435fe5..fc9c4db0110577303351349510c357ef5c6ee65f 100644 (file)
@@ -5,10 +5,10 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/addrsbr.h>
-#include <h/fmt_scan.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "h/addrsbr.h"
+#include "h/fmt_scan.h"
+#include "h/utils.h"
 
 static char *buf;              /* our current working buffer  */
 static char *bufend;           /* end of working buffer       */