From f98772ff25d5a61785498ca42c871a17e96f6054 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 4 Oct 2010 00:24:37 +0200 Subject: [PATCH] timer.c: remove a few obsolete #includes. --- timer.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/timer.c b/timer.c index 0e0ab91..111fc96 100644 --- a/timer.c +++ b/timer.c @@ -2,12 +2,8 @@ #include -#include "config.h" #include "dda_queue.h" -#include "dda.h" #include "watchdog.h" -#include "temp.h" -#include "serial.h" ISR(TIMER1_COMPA_vect) { WRITE(SCK, 1);