summaryrefslogtreecommitdiff
path: root/tests/test-isfinite.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-24 13:48:40 +0100
committerBruno Haible <bruno@clisp.org>2009-12-24 13:48:40 +0100
commit3e2d7ac6c75ad7c92d25f59d11bd455d37ba4e37 (patch)
treed5787dbfaf4eec6e42d0bab05d43fc859746aae3 /tests/test-isfinite.c
parent86c22b430f2922f15533117d0e21dbe7d5898d39 (diff)
downloadgnulib-3e2d7ac6c75ad7c92d25f59d11bd455d37ba4e37.tar.gz
Include header file being tested immediately after config.h.
Diffstat (limited to 'tests/test-isfinite.c')
-rw-r--r--tests/test-isfinite.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-isfinite.c b/tests/test-isfinite.c
index 03f5cac0c5..2d718e2ccc 100644
--- a/tests/test-isfinite.c
+++ b/tests/test-isfinite.c
@@ -1,5 +1,5 @@
/* Test of isfinite() substitute.
- Copyright (C) 2007-2008 Free Software Foundation, Inc.
+ Copyright (C) 2007-2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,10 +19,10 @@
#include <config.h>
-#include <float.h>
-#include <limits.h>
#include <math.h>
+#include <float.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>