summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2013-09-26 10:58:56 -0700
committerBryce Harrington <b.harrington@samsung.com>2013-09-26 10:59:14 -0700
commit38a925460b35c82833dc4d508e7a0e7e84242318 (patch)
tree917d4d90b3d0a402112d98918215c582ec2af8ac
parent337ab1f8d9e29086bfb4001508b28835b41c6390 (diff)
test: Drop unnecessary math.h include
Commit 0ac81988 refactored away fmin; nothing else from math.h is needed.
-rw-r--r--test/pixman-downscale.c1
1 files changed, 0 insertions, 1 deletions
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>