move debug.c
[apps/madmutt.git] / complete.c
index 5e66da8..b9d1088 100644 (file)
 # include "config.h"
 #endif
 
 # include "config.h"
 #endif
 
+#include <dirent.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <errno.h>
+
+#include <lib-lib/str.h>
+#include <lib-lib/file.h>
+#include <lib-lib/debug.h>
+
 #include "mutt.h"
 #include "mx.h"
 #include <imap/imap.h>
 #include "mutt.h"
 #include "mx.h"
 #include <imap/imap.h>
 #include "nntp.h"
 #endif
 
 #include "nntp.h"
 #endif
 
-#include <lib-lib/str.h>
-#include <lib-lib/file.h>
-#include "lib/debug.h"
-
-#include <dirent.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
-
 /* given a partial pathname, this routine fills in as much of the rest of the
  * path as is unique.
  *
 /* given a partial pathname, this routine fills in as much of the rest of the
  * path as is unique.
  *