diff --git a/src/shape.cpp b/src/shape.cpp index df07f73..f1ee25f 100644 --- a/src/shape.cpp +++ b/src/shape.cpp @@ -1,5 +1,4 @@ -#include -#include +#include #include "shape.h" #include "line.h" #include "pecado.h" diff --git a/src/shape.h b/src/shape.h index 474008a..0982791 100644 --- a/src/shape.h +++ b/src/shape.h @@ -1,8 +1,5 @@ #pragma once -#include -#include - #define PGM_IP const int8_t * class Shape