sort out some prototypes, put them where they belong.
[apps/madmutt.git] / lib-ui / curs_main.c
index 5b40ceb..5edd752 100644 (file)
 #include <sys/stat.h>
 #include <errno.h>
 
-#include <lib-lib/mem.h>
-#include <lib-lib/str.h>
-#include <lib-lib/macros.h>
-#include <lib-lib/mapping.h>
-#include <lib-lib/debug.h>
+#include <lib-lib/lib-lib.h>
+
+#include <lib-ui/sidebar.h>
 
 #include <pop/pop.h>
 
@@ -40,7 +38,6 @@
 #include "recvattach.h"
 #include "buffy.h"
 #include "mx.h"
-#include "sidebar.h"
 #include "thread.h"
 #include "xterm.h"
 
@@ -605,8 +602,6 @@ int mutt_index_menu (void)
 
       op = km_dokey (MENU_MAIN);
 
-      debug_print (4, ("Got op %d\n", op));
-
       if (op == -1)
         continue;               /* either user abort or timeout */