summaryrefslogtreecommitdiff
path: root/libpurple/circularbuffer.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/circularbuffer.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/circularbuffer.c')
-rw-r--r--libpurple/circularbuffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/circularbuffer.c b/libpurple/circularbuffer.c
index 60c82b7072..1c9045a29e 100644
--- a/libpurple/circularbuffer.c
+++ b/libpurple/circularbuffer.c
@@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#include "internal.h"
#include "circularbuffer.h"