changeset 29914:e3864e37e94e

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.
author Paul Aurich <paul@darkrain42.org>
date Tue, 02 Mar 2010 04:40:37 +0000
parents 3eb4659e307f
children f5d753b3d01d f33da955a815
files libpurple/log.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;