about summary refs log tree commit diff stats
path: root/src/xmpp/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/form.h')
-rw-r--r--src/xmpp/form.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xmpp/form.h b/src/xmpp/form.h
index f9740d68..5ce9ce31 100644
--- a/src/xmpp/form.h
+++ b/src/xmpp/form.h
@@ -35,15 +35,16 @@
 #ifndef XMPP_FORM_H
 #define XMPP_FORM_H
 
-#include "xmpp/xmpp.h"
-
 #ifdef HAVE_LIBMESODE
 #include <mesode.h>
 #endif
+
 #ifdef HAVE_LIBSTROPHE
 #include <strophe.h>
 #endif
 
+#include "xmpp/xmpp.h"
+
 DataForm* form_create(xmpp_stanza_t *const stanza);
 xmpp_stanza_t* form_create_submission(DataForm *form);
 char* form_get_form_type_field(DataForm *form);