X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bfff2c60b2c860c2bc466bdab94daf770d86aec5..ff168106b44fdfbaed7d7cf08c54a72ee1fe2c0a:/sbr/encode_rfc2047.c?ds=sidebyside diff --git a/sbr/encode_rfc2047.c b/sbr/encode_rfc2047.c index 709082fb..e463bf68 100644 --- a/sbr/encode_rfc2047.c +++ b/sbr/encode_rfc2047.c @@ -5,11 +5,13 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "encode_rfc2047.h" +#include "check_charset.h" #include "error.h" -#include -#include -#include +#include "h/mhparse.h" +#include "h/addrsbr.h" +#include "h/utils.h" #include "base64.h" #include "unquote.h"