X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1df63930a063aa03a7bd09bb719803ea4820d4e1..5bc2777230cdc4cea23ff87df356af3fb0cfadf9:/sbr/fmt_addr.c diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index 37b286a2..6d580619 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -5,10 +5,11 @@ * complete copyright information. */ -#include -#include -#include -#include +#include "h/mh.h" +#include "fmt_addr.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 */