diff options
Diffstat (limited to 'py/warning.c')
| -rw-r--r-- | py/warning.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/py/warning.c b/py/warning.c index 4cce17766..469c19cea 100644 --- a/py/warning.c +++ b/py/warning.c @@ -27,8 +27,8 @@  #include <stdarg.h>  #include <stdio.h> -#include "py/obj.h"  #include "py/emit.h" +#include "py/runtime.h"  #if MICROPY_WARNINGS  | 
