move more things in the lib-ui.
[apps/madmutt.git] / pager.c
diff --git a/pager.c b/pager.c
index a3ee8c6..805fd43 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -33,6 +33,7 @@
 #include <lib-ui/curses.h>
 #include <lib-ui/enter.h>
 #include <lib-ui/menu.h>
+#include <lib-ui/sidebar.h>
 
 #include "mutt.h"
 #include "alias.h"
@@ -42,7 +43,6 @@
 #include "attach.h"
 #include "recvattach.h"
 #include "charset.h"
-#include "sidebar.h"
 #include "buffy.h"
 
 #include "mx.h"
@@ -51,7 +51,6 @@
 
 #include <lib-crypt/crypt.h>
 
-
 #define ISHEADER(x) ((x) == MT_COLOR_HEADER || (x) == MT_COLOR_HDEFAULT)
 
 #define IsAttach(x) (x && (x)->bdy)