temp.c: remove a number of obsolete #includes.
This commit is contained in:
parent
4353403695
commit
36c2e09788
8
temp.c
8
temp.c
|
|
@ -10,12 +10,6 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifdef __AVR__
|
||||
#include <avr/eeprom.h>
|
||||
#include <avr/pgmspace.h>
|
||||
#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
|
||||
|
|
|
|||
Loading…
Reference in New Issue