aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards/maple_mini.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-01 09:38:39 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-01 09:38:39 -0400
commitea5538b23ac066187635b1e34e620b445562d21e (patch)
treeaaa7c4f52ac3de99973f553d6fa82cb9d58ba87a /wirish/boards/maple_mini.h
parent5338a153bfcd46e71f7b5d13c30f4ca482d5ee87 (diff)
downloadlibrambutan-ea5538b23ac066187635b1e34e620b445562d21e.tar.gz
librambutan-ea5538b23ac066187635b1e34e620b445562d21e.zip
wirish/boards: Move includes into .cpp files.
The headers just #define some numbers, so there's no need for them to be including libmaple headers.
Diffstat (limited to 'wirish/boards/maple_mini.h')
-rw-r--r--wirish/boards/maple_mini.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wirish/boards/maple_mini.h b/wirish/boards/maple_mini.h
index 51d63cd..7bf7016 100644
--- a/wirish/boards/maple_mini.h
+++ b/wirish/boards/maple_mini.h
@@ -32,11 +32,6 @@
* See maple.h for more information on these definitions.
*/
-#include "gpio.h"
-#include "timer.h"
-
-#include "wirish_types.h"
-
#ifndef _BOARD_MAPLE_MINI_H_
#define _BOARD_MAPLE_MINI_H_