nrf: Remove useless #include <errno.h>.

This commit is contained in:
Ayke van Laethem 2018-04-24 17:00:27 +02:00 committed by Damien George
parent 17769452d4
commit fb17105183
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/stat.h>
#include "microbitfs.h"

View File

@ -24,7 +24,6 @@
* THE SOFTWARE.
*/
#include <errno.h>
#include <string.h>
#include "py/mpstate.h"