summaryrefslogtreecommitdiffstatshomepage
path: root/py/bc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/bc.c')
-rw-r--r--py/bc.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/py/bc.c b/py/bc.c
index bbc9a207d3..6aa20172ff 100644
--- a/py/bc.c
+++ b/py/bc.c
@@ -29,17 +29,9 @@
#include <string.h>
#include <assert.h>
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "objtuple.h"
-#include "objfun.h"
-#include "runtime0.h"
-#include "runtime.h"
-#include "bc.h"
-#include "stackctrl.h"
+#include "py/nlr.h"
+#include "py/objfun.h"
+#include "py/bc.h"
#if 0 // print debugging info
#define DEBUG_PRINT (1)