summaryrefslogtreecommitdiff
path: root/py/gc.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-02 17:06:05 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-02 17:06:05 +0100
commit70f33cde48524f12f2110c7daa4a874a6828314a (patch)
tree1b7796186661b7a9a96f9480997310cca046ee2f /py/gc.c
parentaf6edc61bd51b58c2cac4411bd471e7cf4649a3c (diff)
py: Fix up so that it can compile without float.
Diffstat (limited to 'py/gc.c')
-rw-r--r--py/gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/gc.c b/py/gc.c
index 67f1e810e..3a3fdb00a 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include "mpconfig.h"