Remove un-needed headers

This fixes some heavily-parallels build failures
This commit is contained in:
Romain Goyet
2018-04-03 14:03:50 +02:00
committed by Ecco
parent 55e4c955f4
commit 8745a258d4
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#include <apps/i18n.h>
#include <escher/metric.h>
#include <ion/display.h>
#include <ion/events.h>

View File

@@ -1,6 +1,10 @@
#ifndef PYTHON_PORT_H
#define PYTHON_PORT_H
extern "C" {
#include <stddef.h>
}
namespace MicroPython {
class ScriptProvider {