pidgin: c94e3f15: Greg correctly pointed out math.h is inc...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Mon Mar 1 23:48:41 EST 2010


-----------------------------------------------------------------
Revision: c94e3f15ffb8d4f569d41661e7a89c1c441947ce
Ancestor: b6c5e39bc308423cb22c112e5f74fbfc008902b2
Author: darkrain42 at pidgin.im
Date: 2010-03-02T04:40:37
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c94e3f15ffb8d4f569d41661e7a89c1c441947ce

Modified files:
        libpurple/log.c

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- libpurple/log.c	eb94aef82ba3a87678995dbc6971b74f2b2f182f
+++ libpurple/log.c	6eb41ef373632163452c5ce4ccee063891e0f560
@@ -36,8 +36,6 @@
 #include "imgstore.h"
 #include "time.h"
 
-#include <math.h>
-
 static GSList *loggers = NULL;
 
 static PurpleLogLogger *html_logger;


More information about the Commits mailing list