diff options
Diffstat (limited to 'tests/alloc_tests.c')
| -rw-r--r-- | tests/alloc_tests.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/alloc_tests.c b/tests/alloc_tests.c index 433bf611808a..d97bb277e1e8 100644 --- a/tests/alloc_tests.c +++ b/tests/alloc_tests.c @@ -10,7 +10,7 @@ Copyright (c) 2003 Greg Stein <gstein@users.sourceforge.net> Copyright (c) 2005-2007 Steven Solie <steven@solie.ca> Copyright (c) 2005-2012 Karl Waclawek <karl@waclawek.net> - Copyright (c) 2016-2025 Sebastian Pipping <sebastian@pipping.org> + Copyright (c) 2016-2026 Sebastian Pipping <sebastian@pipping.org> Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> Copyright (c) 2017 Joe Orton <jorton@redhat.com> Copyright (c) 2017 José Gutiérrez de la Concha <jose@zeroc.com> @@ -47,14 +47,14 @@ # undef NDEBUG /* because test suite relies on assert(...) at the moment */ #endif +#include "expat_config.h" + #include <math.h> /* NAN, INFINITY */ #include <stdbool.h> #include <stdint.h> /* for SIZE_MAX */ #include <string.h> #include <assert.h> -#include "expat_config.h" - #include "expat.h" #include "internal.h" #include "common.h" |
