diff options
Diffstat (limited to 'py/binary.c')
-rw-r--r-- | py/binary.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/py/binary.c b/py/binary.c index e4dac31e9..69818e536 100644 --- a/py/binary.c +++ b/py/binary.c @@ -30,12 +30,8 @@ #include <string.h> #include <assert.h> -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "smallint.h" -#include "binary.h" +#include "py/binary.h" +#include "py/smallint.h" // Helpers to work with binary-encoded data |