summaryrefslogtreecommitdiff
path: root/libpurple/purpleconversation.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-11-16 22:34:18 -0600
committerGary Kramlich <grim@reaperworld.com>2022-11-16 22:34:18 -0600
commit4b9c50317218582ccf015126301e60d461ae5709 (patch)
treee964f0271e74f17022007da14ef2fe638086fae3 /libpurple/purpleconversation.h
parent5f43503d6051e2ce0990a3c609a7043dbda1c9cd (diff)
downloadpidgin-4b9c50317218582ccf015126301e60d461ae5709.tar.gz
Fix some include loops
This is needed for something else I'm working on, but it was much easier to find/fix outside of that code. Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/2063/
Diffstat (limited to 'libpurple/purpleconversation.h')
-rw-r--r--libpurple/purpleconversation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/purpleconversation.h b/libpurple/purpleconversation.h
index 45f86adcd1..8a8e57f126 100644
--- a/libpurple/purpleconversation.h
+++ b/libpurple/purpleconversation.h
@@ -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