summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbdadoun <bdadoun@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-06-27 09:25:01 +0000
committerbdadoun <bdadoun@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-06-27 09:25:01 +0000
commit1ace7ef7036d504a2097dd383db341dbdd48278f (patch)
treef6bfcc3836ab27dc166ca27b3f544c3f6d38193d
parent27e857dc9e371f5dbd0656c254e4d3592adf6684 (diff)
downloadmpc-1ace7ef7036d504a2097dd383db341dbdd48278f.tar.gz
[src/div.c] removed #include <stdio.h>
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1183 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--src/div.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/div.c b/src/div.c
index 252a61f..c96832d 100644
--- a/src/div.c
+++ b/src/div.c
@@ -18,8 +18,6 @@ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see http://www.gnu.org/licenses/ .
*/
-#include <stdio.h>
-
#include "mpc-impl.h"
/* this routine deals with the case where w is zero */