Removed unneeded includes

pull/138/head
ZodiusInfuser 2021-05-05 15:35:02 +01:00 zatwierdzone przez Phil Howard
rodzic 2c2b97e0ce
commit 02c5817865
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,5 @@
#include <string.h>
#include <math.h>
#include <vector>
#include <cstdlib>
#include "breakout_colourlcd160x80.hpp"
@ -55,5 +53,5 @@ int main() {
lcd.update();
}
return 0;
return 0;
}