Skip to content

Commit

Permalink
microbit: Remove unused include of _newlib_version.h header.
Browse files Browse the repository at this point in the history
Since 6c36fa8 it's no longer used.  See
issue #537.
  • Loading branch information
dpgeorge committed Mar 19, 2019
1 parent 37ab24e commit bf54edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/microbit/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "microbit/memory.h"
#include "microbit/filesystem.h"
#include "microbit/microbitdal.h"
#include "_newlib_version.h"
#include "MicroBitButton.h"

// Global instances of the mbed/DAL components that we use
Expand Down

0 comments on commit bf54edf

Please sign in to comment.