X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..f28cfc5260eb87df0f6f106c837b3e2de640a9bf:/h/mf.h diff --git a/h/mf.h b/h/mf.h index 3b436d1e..13dd0ab6 100644 --- a/h/mf.h +++ b/h/mf.h @@ -1,16 +1,7 @@ -/* - * mf.h -- include file for mailbox filters +/* 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)