* environment variable or by the profile.
*/
-#include "h/mh.h" /* mh internals */
+#include "h/mh.h"
+#include "read_yes_or_no_if_tty.h"
+#include "concat.h"
+#include "context_read.h"
+#include "context_find.h"
+#include "readconfig.h"
+#include "path.h"
#include "error.h"
#include "lock_file.h"
#include "m_maildir.h"
#include "makedir.h"
-#include <pwd.h> /* structure for getpwuid() results */
+#include <pwd.h>
#include "h/utils.h"
void
char *nd; /* nmh directory pointer */
struct stat st; /* stat() results */
struct passwd *pw; /* getpwuid() results */
- FILE *ib; /* profile and context file pointer */
+ FILE *ib; /* profile and context file pointer */
int failed_to_lock = 0;
/*