diff options
Diffstat (limited to 'py/binary.c')
-rw-r--r-- | py/binary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/binary.c b/py/binary.c index b28eb6426c..20b38b8b14 100644 --- a/py/binary.c +++ b/py/binary.c @@ -6,7 +6,6 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" -#include "objint.h" #include "binary.h" // Helpers to work with binary-encoded data |