diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-06-28 10:49:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-06-28 10:49:32 -0400 |
commit | a4428f00d2380ffee5435fd22929cb8a2e83adb8 (patch) | |
tree | 45cccf25e9dd2645355e5ec7a041ddbc7666532e /tests/testmatrix.c | |
parent | 2bd2d655062d58e28b04e807bfd5b735e3bd675b (diff) | |
download | pango-a4428f00d2380ffee5435fd22929cb8a2e83adb8.tar.gz |
tests: Drop an unused include
Now that we aren't using the M_ constants, drop math.h.
Diffstat (limited to 'tests/testmatrix.c')
-rw-r--r-- | tests/testmatrix.c | 1 |
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) \ |