summaryrefslogtreecommitdiff
path: root/libpurple/log.c
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2010-03-02 04:40:37 +0000
committerPaul Aurich <darkrain42@pidgin.im>2010-03-02 04:40:37 +0000
commitc3b488bf8cd98ab24d011bd5ce70f8949fe5c7f1 (patch)
treebe33f17a4c35a4014cdecdcc931b377ecdfec217 /libpurple/log.c
parent93d9183e1481b7abd0d18877b20a64dbdf6f788a (diff)
downloadpidgin-c3b488bf8cd98ab24d011bd5ce70f8949fe5c7f1.tar.gz
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.
Diffstat (limited to 'libpurple/log.c')
-rw-r--r--libpurple/log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpurple/log.c b/libpurple/log.c
index 321662e98b..57eb87c004 100644
--- a/libpurple/log.c
+++ b/libpurple/log.c
@@ -36,8 +36,6 @@
#include "imgstore.h"
#include "time.h"
-#include <math.h>
-
static GSList *loggers = NULL;
static PurpleLogLogger *html_logger;