diff options
Diffstat (limited to 'py/warning.c')
-rw-r--r-- | py/warning.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/py/warning.c b/py/warning.c index c7461c0f5..4cce17766 100644 --- a/py/warning.c +++ b/py/warning.c @@ -23,17 +23,12 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include <stdint.h> + #include <stdarg.h> #include <stdio.h> -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "compile.h" -#include "scope.h" -#include "emit.h" +#include "py/obj.h" +#include "py/emit.h" #if MICROPY_WARNINGS |