]> diplodocus.org Git - nmh/blobdiff - sbr/context_read.c
Reorder configure options to be before variables
[nmh] / sbr / context_read.c
index 072e3df1de715bf6ab0c7fa1b5e941912ab3dcde..2be6b93615d45811bf169740e64d959f35454a01 100644 (file)
  *         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
@@ -37,7 +43,7 @@ context_read (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;
 
     /*