diff --git a/temp.c b/temp.c index eb8e433..02dd2e2 100644 --- a/temp.c +++ b/temp.c @@ -10,12 +10,6 @@ */ #include -#ifdef __AVR__ -#include -#include -#endif -#include "simulator.h" - #include "arduino.h" #include "serial.h" #include "debug.h" @@ -23,6 +17,8 @@ #include "sersendf.h" #endif #include "heater.h" +#include "simulator.h" + #ifdef TEMP_INTERCOM #include "intercom.h" #endif