X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..6345e60c392bbf92b3d7ca2bba473f9da5c073ff:/h/mf.h diff --git a/h/mf.h b/h/mf.h index b0301237..13dd0ab6 100644 --- a/h/mf.h +++ b/h/mf.h @@ -1,15 +1,7 @@ /* mf.h -- include file for mailbox filters */ -#include - -#ifndef TRUE -# define TRUE 1 -#endif - -#ifndef FALSE -# define FALSE 0 -#endif +#include "nmh.h" #ifndef NOTOK # define NOTOK (-1)