summaryrefslogtreecommitdiff
path: root/tests/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/random.c')
-rw-r--r--tests/random.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/random.c b/tests/random.c
index d5f44c4..61deb4d 100644
--- a/tests/random.c
+++ b/tests/random.c
@@ -22,11 +22,10 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
test_end at the end.
These are an adaptation of those of MPFR. */
+#include "config.h"
#include <stdlib.h>
-
#include "mpc-tests.h"
-#include "config.h"
#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>