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>
|
#include <stdlib.h>
|
||||||
#ifdef __AVR__
|
|
||||||
#include <avr/eeprom.h>
|
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
#endif
|
|
||||||
#include "simulator.h"
|
|
||||||
|
|
||||||
#include "arduino.h"
|
#include "arduino.h"
|
||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
@ -23,6 +17,8 @@
|
||||||
#include "sersendf.h"
|
#include "sersendf.h"
|
||||||
#endif
|
#endif
|
||||||
#include "heater.h"
|
#include "heater.h"
|
||||||
|
#include "simulator.h"
|
||||||
|
|
||||||
#ifdef TEMP_INTERCOM
|
#ifdef TEMP_INTERCOM
|
||||||
#include "intercom.h"
|
#include "intercom.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue