From 0298793dd9f84f4b290d582e2293627298bd20a4 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 11 Nov 2013 10:30:20 +0900 Subject: board: cogent: include header files in a more natural way Signed-off-by: Masahiro Yamada --- board/cogent/mb.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'board/cogent/mb.c') diff --git a/board/cogent/mb.c b/board/cogent/mb.c index 603f123..3eea47d 100644 --- a/board/cogent/mb.c +++ b/board/cogent/mb.c @@ -6,11 +6,11 @@ */ #include -#include -#include -#include -#include -#include +#include "dipsw.h" +#include "lcd.h" +#include "rtc.h" +#include "par.h" +#include "pci.h" /* ------------------------------------------------------------------------- */ -- cgit v1.1