summaryrefslogtreecommitdiffstatshomepage
path: root/py/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/vm.c')
-rw-r--r--py/vm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/vm.c b/py/vm.c
index 9a27b2b220..564200037a 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -29,8 +29,6 @@
#include <string.h>
#include <assert.h>
-#include "py/mpstate.h"
-#include "py/nlr.h"
#include "py/emitglue.h"
#include "py/objtype.h"
#include "py/runtime.h"