temp.c: remove a number of obsolete #includes.

This commit is contained in:
Markus Hitter 2015-08-07 15:53:25 +02:00
parent 4353403695
commit 36c2e09788
1 changed files with 2 additions and 6 deletions

8
temp.c
View File

@ -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