mendel.c: remove unused references to standard C lib.

This commit is contained in:
Markus Hitter 2010-09-14 19:43:28 +02:00
parent fb82865dfc
commit ae774ed0ec
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <avr/io.h> #include <avr/io.h>
#include <avr/interrupt.h> #include <avr/interrupt.h>