summaryrefslogtreecommitdiff
path: root/libpurple/plugins.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/plugins.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/plugins.c')
-rw-r--r--libpurple/plugins.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libpurple/plugins.c b/libpurple/plugins.c
index 7f1b08965a..a669bfe632 100644
--- a/libpurple/plugins.c
+++ b/libpurple/plugins.c
@@ -22,7 +22,9 @@
#include <glib/gi18n-lib.h>
-#include "internal.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif /* HAVE_CONFIG_H */
#include "core.h"
#include "debug.h"