mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Remove un-needed headers
This fixes some heavily-parallels build failures
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#include <apps/i18n.h>
|
||||
#include <escher/metric.h>
|
||||
#include <ion/display.h>
|
||||
#include <ion/events.h>
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
#ifndef PYTHON_PORT_H
|
||||
#define PYTHON_PORT_H
|
||||
|
||||
extern "C" {
|
||||
#include <stddef.h>
|
||||
}
|
||||
|
||||
namespace MicroPython {
|
||||
|
||||
class ScriptProvider {
|
||||
|
||||
Reference in New Issue
Block a user