summaryrefslogtreecommitdiff
path: root/finch/gntconv.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-15 23:33:09 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-15 23:33:09 -0500
commit774e20583b27f4bf18439d4b60cb5cd729a8d8b4 (patch)
tree998ed9d398304bd096d4de514ebf305f8807edf4 /finch/gntconv.c
parentbacf054a5434f2dd62fe7d3a337c5ab0096cda63 (diff)
downloadpidgin-774e20583b27f4bf18439d4b60cb5cd729a8d8b4.tar.gz
Fix Finch for the libgnt single header file
Fix finch for the gnt.h single include header Testing Done: Compiled on linux and ran finch-docs. Reviewed at https://reviews.imfreedom.org/r/70/
Diffstat (limited to 'finch/gntconv.c')
-rw-r--r--finch/gntconv.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/finch/gntconv.c b/finch/gntconv.c
index e898c95987..396ab78210 100644
--- a/finch/gntconv.c
+++ b/finch/gntconv.c
@@ -30,6 +30,8 @@
#include <purple.h>
+#include <gnt.h>
+
#include "gntaccount.h"
#include "gntblist.h"
#include "gntconv.h"
@@ -41,20 +43,6 @@
#include "gntrequest.h"
#include "gntstatus.h"
-#include "gnt.h"
-#include "gntbox.h"
-#include "gntentry.h"
-#include "gntlabel.h"
-#include "gntmenu.h"
-#include "gntmenuitem.h"
-#include "gntmenuitemcheck.h"
-#include "gntmenuutil.h"
-#include "gntstyle.h"
-#include "gnttextview.h"
-#include "gnttree.h"
-#include "gntutils.h"
-#include "gntwindow.h"
-
#define PREF_ROOT "/finch/conversations"
#define PREF_CHAT PREF_ROOT "/chats"
#define PREF_USERLIST PREF_CHAT "/userlist"