summaryrefslogtreecommitdiff
path: root/src/storage.cc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-01-31 18:58:22 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-01-31 18:58:22 +0100
commitdbad58b5c781db9fe2c1ac695b526a1035d13749 (patch)
treedc3ba4fbb883a11dfbf2e526566a1137bf0559b2 /src/storage.cc
parente0bc7fae75b59324764abf4680a065caddcc70c2 (diff)
clean up includes
Diffstat (limited to 'src/storage.cc')
-rw-r--r--src/storage.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage.cc b/src/storage.cc
index 6c8984a..4decc27 100644
--- a/src/storage.cc
+++ b/src/storage.cc
@@ -1,6 +1,4 @@
#include <avr/io.h>
-#include <avr/interrupt.h>
-#include <util/delay.h>
#include <stdlib.h>
#include "storage.h"