From 51dfcb4bb7613ed164952712d9a5235a7b833cde Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 20:27:54 +0000 Subject: py: Move to guarded includes, everywhere in py/ core. Addresses issue #1022. --- py/binary.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'py/binary.c') 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 #include -#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 -- cgit v1.2.3