diff options
Diffstat (limited to 'src/mul_ui.c')
-rw-r--r-- | src/mul_ui.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mul_ui.c b/src/mul_ui.c index 33b5e81..4487145 100644 --- a/src/mul_ui.c +++ b/src/mul_ui.c @@ -1,6 +1,6 @@ /* mpc_mul_ui -- Multiply a complex number by a nonnegative integer. -Copyright (C) 2002 Andreas Enge, Paul Zimmermann +Copyright (C) 2002, 2009 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny This file is part of the MPC Library. @@ -19,9 +19,7 @@ along with the MPC Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "gmp.h" -#include "mpfr.h" -#include "mpc.h" +#include "mpc-impl.h" int mpc_mul_ui (mpc_ptr a, mpc_srcptr b, unsigned long int c, mpc_rnd_t rnd) |