# HG changeset patch
# User Paul Aurich <paul@darkrain42.org>
# Date 1267504837 0
# Node ID e3864e37e94e296ae37067119095f678f55e094f
# Parent  3eb4659e307f213ec03f11975360f32aa21adfe6
Greg correctly pointed out math.h is included in internal.h.  Thanks!

Apparently *thinking* I should check that isn't the same as doing it. Refs #11466.

diff -r 3eb4659e307f -r e3864e37e94e libpurple/log.c
--- a/libpurple/log.c	Tue Mar 02 02:04:58 2010 +0000
+++ b/libpurple/log.c	Tue Mar 02 04:40:37 2010 +0000
@@ -36,8 +36,6 @@
 #include "imgstore.h"
 #include "time.h"
 
-#include <math.h>
-
 static GSList *loggers = NULL;
 
 static PurpleLogLogger *html_logger;