X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..1e03ea3338cc5ccd9ddf4feaaacfeda1998689cc:/sbr/context_foil.c diff --git a/sbr/context_foil.c b/sbr/context_foil.c index b22fbf9d..f8ab9519 100644 --- a/sbr/context_foil.c +++ b/sbr/context_foil.c @@ -1,13 +1,13 @@ -/* - * context_foil.c -- foil search of profile and context +/* context_foil.c -- foil search of profile and context * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "error.h" +#include "h/utils.h" /* * Foil search of users .mh_profile @@ -23,7 +23,7 @@ context_foil (char *path) * it's been set by us -- the uses in the source tree are: * 1 sbr/context_read.c uses it only after setting it itself * 2 uip/install_mh.c uses it only after setting it itself - * 3 uip/mshcmds.c and uip/mark.c print it if given the -debug switch + * 3 uip/mark.c prints it if given the -debug switch * A worthwhile piece of code cleanup would be to make 1 and * 2 use a local variable and just delete 3. *