summaryrefslogtreecommitdiff
path: root/finch/gntrequest.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-05-01 12:13:35 -0500
committerGary Kramlich <grim@reaperworld.com>2020-05-01 12:13:35 -0500
commit2d1dc1f8f6e7cf925bee7af3d0be8d0723666eff (patch)
tree9f2a7c4a5f3ecf72d4028a439ac53db524d31bb9 /finch/gntrequest.c
parentf5653f5c8182c2da2bad617692dd504c0a629576 (diff)
downloadpidgin-2d1dc1f8f6e7cf925bee7af3d0be8d0723666eff.tar.gz
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Diffstat (limited to 'finch/gntrequest.c')
-rw-r--r--finch/gntrequest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/finch/gntrequest.c b/finch/gntrequest.c
index 1bc3c4b3d7..b7818b2fbc 100644
--- a/finch/gntrequest.c
+++ b/finch/gntrequest.c
@@ -20,7 +20,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#include <internal.h>
+#include <glib/gi18n-lib.h>
+
+#include <purple.h>
#include <gnt.h>
#include <gntbox.h>
@@ -36,8 +38,6 @@
#include "finch.h"
#include "gntrequest.h"
-#include <purple.h>
-
typedef struct
{
void *user_data;