aboutsummaryrefslogtreecommitdiff
path: root/py/objfilter.c
diff options
context:
space:
mode:
authorDamien George2015-01-01 20:27:54 +0000
committerDamien George2015-01-01 20:32:09 +0000
commit51dfcb4bb7613ed164952712d9a5235a7b833cde (patch)
treec1856c7db0ff6d5ae51190be4325804a0aad43f4 /py/objfilter.c
parentdb1ac360c39aeedd28b6ef5d653faaa14c3ce01e (diff)
py: Move to guarded includes, everywhere in py/ core.
Addresses issue #1022.
Diffstat (limited to 'py/objfilter.c')
-rw-r--r--py/objfilter.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/py/objfilter.c b/py/objfilter.c
index 38af31674..98200f260 100644
--- a/py/objfilter.c
+++ b/py/objfilter.c
@@ -24,15 +24,8 @@
* THE SOFTWARE.
*/
-#include <stdlib.h>
-#include <assert.h>
-
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
typedef struct _mp_obj_filter_t {
mp_obj_base_t base;