summaryrefslogtreecommitdiff
path: root/finch/gntconv.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-05-01 04:51:01 -0500
committerGary Kramlich <grim@reaperworld.com>2020-05-01 04:51:01 -0500
commit6526ad11050a38d13483a7fb6ed4d8fd536c2e69 (patch)
treee02178c374f8383d63954cb26f2cea4dc0597dbb /finch/gntconv.h
parent36a887a89168e203312820f2c0caa2bfb11c7a9b (diff)
downloadpidgin-6526ad11050a38d13483a7fb6ed4d8fd536c2e69.tar.gz
Make all of finch use purple.h
Diffstat (limited to 'finch/gntconv.h')
-rw-r--r--finch/gntconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntconv.h b/finch/gntconv.h
index 9baa06f6ee..d0bd8e387b 100644
--- a/finch/gntconv.h
+++ b/finch/gntconv.h
@@ -34,7 +34,7 @@
#include <gntwidget.h>
#include <gntmenuitem.h>
-#include "conversation.h"
+#include <purple.h>
/* Grabs the conv out of a PurpleConverstation */
#define FINCH_CONV(conv) ((FinchConv *)purple_conversation_get_ui_data(conv))