summaryrefslogtreecommitdiff
path: root/finch/gntxfer.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/gntxfer.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/gntxfer.c')
-rw-r--r--finch/gntxfer.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/finch/gntxfer.c b/finch/gntxfer.c
index 9ad79b62d0..b3854724bb 100644
--- a/finch/gntxfer.c
+++ b/finch/gntxfer.c
@@ -24,15 +24,9 @@
#include <purple.h>
-#include "finch.h"
-
#include <gnt.h>
-#include <gntbox.h>
-#include <gntbutton.h>
-#include <gntcheckbox.h>
-#include <gntlabel.h>
-#include <gnttree.h>
+#include "finch.h"
#include "gntxfer.h"