summaryrefslogtreecommitdiff
path: root/finch/gntrequest.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-04-30 23:43:54 -0500
committerGary Kramlich <grim@reaperworld.com>2020-04-30 23:43:54 -0500
commitcf2bc446b4e29877571b75b7ef9d23c2f96361de (patch)
treef99e67b8cac53bcdd6301349b4cf024fe0541134 /finch/gntrequest.c
parentbe6d1bca216f76f7707080d1fd6d649b10af7840 (diff)
downloadpidgin-cf2bc446b4e29877571b75b7ef9d23c2f96361de.tar.gz
Split PurpleKeyValuePair out to it's own file and try to do some cleanup in the files that need to include it.
Diffstat (limited to 'finch/gntrequest.c')
-rw-r--r--finch/gntrequest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/finch/gntrequest.c b/finch/gntrequest.c
index a251edb806..1bc3c4b3d7 100644
--- a/finch/gntrequest.c
+++ b/finch/gntrequest.c
@@ -35,8 +35,8 @@
#include "finch.h"
#include "gntrequest.h"
-#include "debug.h"
-#include "util.h"
+
+#include <purple.h>
typedef struct
{