[cairo-commit] test/pixman-downscale.c
Bryce Harrington
bryce at kemper.freedesktop.org
Thu Sep 26 11:04:19 PDT 2013
test/pixman-downscale.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 38a925460b35c82833dc4d508e7a0e7e84242318
Author: Bryce Harrington <b.harrington at samsung.com>
Date: Thu Sep 26 10:58:56 2013 -0700
test: Drop unnecessary math.h include
Commit 0ac81988 refactored away fmin; nothing else from math.h is
needed.
diff --git a/test/pixman-downscale.c b/test/pixman-downscale.c
index 60e9618..a57db02 100644
--- a/test/pixman-downscale.c
+++ b/test/pixman-downscale.c
@@ -31,7 +31,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <math.h>
#include <cairo.h>
More information about the cairo-commit
mailing list