serial.h: remove an obsolete #include.

This commit is contained in:
Markus Hitter 2015-07-31 02:01:36 +02:00
parent 4e30501868
commit 03ab34729e
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#include "config_wrapper.h"
#include <stdint.h>
#ifndef SIMULATOR
#include <avr/io.h>
#include <avr/pgmspace.h>
#endif
#include "simulator.h"