summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-06-28 10:49:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-06-28 10:49:32 -0400
commita4428f00d2380ffee5435fd22929cb8a2e83adb8 (patch)
tree45cccf25e9dd2645355e5ec7a041ddbc7666532e
parent2bd2d655062d58e28b04e807bfd5b735e3bd675b (diff)
downloadpango-a4428f00d2380ffee5435fd22929cb8a2e83adb8.tar.gz
tests: Drop an unused include
Now that we aren't using the M_ constants, drop math.h.
-rw-r--r--tests/testmatrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testmatrix.c b/tests/testmatrix.c
index 2c7b39a2..607f2b5f 100644
--- a/tests/testmatrix.c
+++ b/tests/testmatrix.c
@@ -20,7 +20,6 @@
*/
#include <glib.h>
-#include <math.h>
#include <pango/pango.h>
#define matrix_equal(m1, m2) \