From: Sebastian Dröge Date: Wed, 23 Jan 2008 17:05:32 +0000 (+0000) Subject: gst/level/gstlevel.c: Use #include instead of #include "math.h". X-Git-Tag: 1.19.3~509^2~11506 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cc6592938e8ab2fa0141e720550ed1b77fda878;p=platform%2Fupstream%2Fgstreamer.git gst/level/gstlevel.c: Use #include instead of #include "math.h". Original commit message from CVS: * gst/level/gstlevel.c: Use #include instead of #include "math.h". --- diff --git a/ChangeLog b/ChangeLog index ff0c16a..6499b10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-23 Sebastian Dröge + + * gst/level/gstlevel.c: + Use #include instead of #include "math.h". + 2008-01-21 Jan Schmidt * tests/check/Makefile.am: diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index e75cfb1..86cbd5a 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -79,10 +79,10 @@ #include "config.h" #endif #include +#include #include #include #include "gstlevel.h" -#include "math.h" GST_DEBUG_CATEGORY_STATIC (level_debug); #define GST_CAT_DEFAULT level_debug