summaryrefslogtreecommitdiff
path: root/tests/test-isfinite.c
diff options
context:
space:
mode:
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>