]> diplodocus.org Git - nmh/blobdiff - sbr/context_foil.c
showfile.c: Move interface to own file.
[nmh] / sbr / context_foil.c
index 478d941b083795d1793b54e89dc3054b861d8dad..f8ab95190b58c28eab59b5fa1af774e0f1c64f6d 100644 (file)
@@ -5,8 +5,9 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "error.h"
+#include "h/utils.h"
 
 /*
  * Foil search of users .mh_profile
@@ -22,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.
      *