libpurple/purpleconversation.h

changeset 41917
b3eda1d781c6
parent 41686
9bcd6ad114eb
child 41937
f34ff5a47b2e
--- a/libpurple/purpleconversation.h	Wed Nov 16 22:31:08 2022 -0600
+++ b/libpurple/purpleconversation.h	Wed Nov 16 22:34:18 2022 -0600
@@ -29,12 +29,12 @@
 #include <glib.h>
 #include <glib-object.h>
 
-#include <purplemessage.h>
-
 #define PURPLE_TYPE_CONVERSATION (purple_conversation_get_type())
 G_DECLARE_DERIVABLE_TYPE(PurpleConversation, purple_conversation, PURPLE,
                          CONVERSATION, GObject)
 
+#include <purplemessage.h>
+
 /**
  * PurpleConversationUpdateType:
  * @PURPLE_CONVERSATION_UPDATE_ADD: The buddy associated with the conversation

mercurial