Misc cleanups

This commit is contained in:
Romain Goyet
2020-04-12 15:43:53 -04:00
committed by Ecco
parent 950862f8d0
commit 644c44e069
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
#include <poincare/vertical_offset_layout.h>
#include <ion/unicode/utf8_decoder.h>
#include <algorithm>
#include <stdio.h>
namespace Poincare {

View File

@@ -76,5 +76,4 @@ void PlotView::traceLabel(KDContext * ctx, KDRect r, PlotStore::Label label) con
);
}
}