summaryrefslogtreecommitdiff
path: root/finch/gntaccount.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-11-19 21:49:57 -0600
committerGary Kramlich <grim@reaperworld.com>2020-11-19 21:49:57 -0600
commitea022b50ab4a6650ac25e476b7036b9d5ad4a99b (patch)
tree458de9440f46a8c93daff61d7ef24ee06b835739 /finch/gntaccount.c
parent671444b45835e67b56d2407af2353bda2d944c8f (diff)
downloadpidgin-ea022b50ab4a6650ac25e476b7036b9d5ad4a99b.tar.gz
Don't allow libraries to include their own global header files.
Testing Done: Compiled, ran unit tests, and built the docs Reviewed at https://reviews.imfreedom.org/r/232/
Diffstat (limited to 'finch/gntaccount.c')
-rw-r--r--finch/gntaccount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/finch/gntaccount.c b/finch/gntaccount.c
index 1b14c0e6ff..331694cdb0 100644
--- a/finch/gntaccount.c
+++ b/finch/gntaccount.c
@@ -26,10 +26,9 @@
#include <gnt.h>
-#include "finch.h"
-
#include "gntaccount.h"
#include "gntblist.h"
+#include "libfinch.h"
#include <string.h>