about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-04 01:19:51 +0100
committerJames Booth <boothj5@gmail.com>2016-05-04 01:19:51 +0100
commitccabc08fef90b568ec08a9cf139ff225b28808d1 (patch)
treef5945c76e944e5aa848f80db7ac238fac356807b /src/command
parent2e1eb9210a2ed1d543a63dae442d4bd52f547841 (diff)
downloadprofani-tty-ccabc08fef90b568ec08a9cf139ff225b28808d1.tar.gz
Tidy xmpp headers
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
-rw-r--r--src/command/command.h1
-rw-r--r--src/command/commands.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/src/command/command.c b/src/command/command.c
index ac23fbce..3f9a18cc 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -61,7 +61,6 @@
 #include "contact.h"
 #include "roster_list.h"
 #include "jid.h"
-#include "xmpp/form.h"
 #include "log.h"
 #include "muc.h"
 #include "plugins/plugins.h"
@@ -76,7 +75,6 @@
 #include "tools/parser.h"
 #include "tools/tinyurl.h"
 #include "xmpp/xmpp.h"
-#include "xmpp/bookmark.h"
 #include "ui/ui.h"
 #include "window_list.h"
 
diff --git a/src/command/command.h b/src/command/command.h
index 656e2221..34beee86 100644
--- a/src/command/command.h
+++ b/src/command/command.h
@@ -37,7 +37,6 @@
 
 #include <glib.h>
 
-#include "xmpp/form.h"
 #include "ui/ui.h"
 
 GHashTable *commands;
diff --git a/src/command/commands.c b/src/command/commands.c
index c83bf908..ada01d3f 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -76,7 +76,6 @@
 #include "tools/parser.h"
 #include "tools/tinyurl.h"
 #include "xmpp/xmpp.h"
-#include "xmpp/bookmark.h"
 #include "ui/ui.h"
 #include "window_list.h"
 #include "event/client_events.h"