comparison include/TaskManager/FifoDmaManager.h @ 307:7075842aa155

clean up include
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 08 Jun 2009 19:32:38 +0900
parents 5c194c71eca8
children
comparison
equal deleted inserted replaced
306:f8184487cf2c 307:7075842aa155
1 #ifndef INCLUDED_FIFO_DMA_MANAGER 1 #ifndef INCLUDED_FIFO_DMA_MANAGER
2 #define INCLUDED_FIFO_DMA_MANAGER 2 #define INCLUDED_FIFO_DMA_MANAGER
3 3
4 #ifndef INCLUDED_BASE_H_ 4 #include "base.h"
5 # include "base.h" 5 #include "DmaManager.h"
6 #endif 6 #include "MailManager.h"
7
8 #ifndef INCLUDED_DMA_MANAGER
9 # include "DmaManager.h"
10 #endif
11
12 #ifndef INCLUDED_MAIL_MANAGER
13 # include "MailManager.h"
14 #endif
15 7
16 class FifoDmaManager : public DmaManager { 8 class FifoDmaManager : public DmaManager {
17 public: 9 public:
18 BASE_NEW_DELETE(FifoDmaManager); 10 BASE_NEW_DELETE(FifoDmaManager);
19 11