summaryrefslogtreecommitdiff
path: root/libpurple/prefs.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-12 22:54:13 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-12 22:54:13 -0500
commit1e76ba5cefc87d69d69e0df167f44c63e6d6c389 (patch)
treed3908807e81d24acb3f4d1088887d24080b9c2dc /libpurple/prefs.c
parent6f5d203a633b120dd4e77ad76bb50d3183d8b9dc (diff)
downloadpidgin-1e76ba5cefc87d69d69e0df167f44c63e6d6c389.tar.gz
Stop including internal.h everywhere when we really don't need it.
Testing Done: Compiled, but didn't test on windows. As such I left all the networking stuff untouched as that's where windows will really need it and that can be done in another rr. Reviewed at https://reviews.imfreedom.org/r/1764/
Diffstat (limited to 'libpurple/prefs.c')
-rw-r--r--libpurple/prefs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libpurple/prefs.c b/libpurple/prefs.c
index de93282fde..f34995b674 100644
--- a/libpurple/prefs.c
+++ b/libpurple/prefs.c
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif /* HAVE_CONFIG_H */
+
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
@@ -28,8 +32,6 @@
#include <glib.h>
-#include "internal.h"
-
#include "prefs.h"
#include "debug.h"
#include "purplepath.h"