diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-06-28 15:30:19 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-06-28 15:30:19 +0000 |
commit | 34118705fc86d6218a590d260634c884635a20fa (patch) | |
tree | 45cccf25e9dd2645355e5ec7a041ddbc7666532e | |
parent | 2bd2d655062d58e28b04e807bfd5b735e3bd675b (diff) | |
parent | a4428f00d2380ffee5435fd22929cb8a2e83adb8 (diff) | |
download | pango-34118705fc86d6218a590d260634c884635a20fa.tar.gz |
Merge branch 'matthiasc/for-master' into 'master'
tests: Drop an unused include
See merge request GNOME/pango!348
-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) \ |