summaryrefslogtreecommitdiff
path: root/mpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpc.h')
-rw-r--r--mpc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpc.h b/mpc.h
index 3bc0606..008e805 100644
--- a/mpc.h
+++ b/mpc.h
@@ -1,6 +1,6 @@
/* mpc.h -- Include file for mpc.
-Copyright (C) 2002, 2003, 2004, 2005, 2007 Andreas Enge, Paul Zimmermann
+Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Andreas Enge, Paul Zimmermann
This file is part of the MPC Library.
@@ -22,14 +22,14 @@ MA 02111-1307, USA. */
#ifndef __MPC_H
#define __MPC_H
+#include "gmp.h"
+#include "mpfr.h"
+
/* Check if stdio.h is included */
#if defined (_GMP_H_HAVE_FILE)
# define _MPC_H_HAVE_FILE 1
#endif
-#include "gmp.h"
-#include "mpfr.h"
-
/* Return values */
/* Transform negative to 2, positive to 1, leave 0 unchanged */