about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/inputwin.c')
-rw-r--r--src/ui/inputwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index 60768a83..3f3d2ab5 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -37,10 +37,10 @@
 #include "common.h"
 #include "config/preferences.h"
 #include "config/theme.h"
-#include "contact_list.h"
 #include "log.h"
 #include "profanity.h"
 #include "ui/ui.h"
+#include "xmpp/xmpp.h"
 
 #define _inp_win_refresh() prefresh(inp_win, 0, pad_start, rows-1, 0, rows-1, cols-1)