comparison include/TaskManager/PpeScheduler.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_PPE_SCHEDULER 1 #ifndef INCLUDED_PPE_SCHEDULER
2 #define INCLUDED_PPE_SCHEDULER 2 #define INCLUDED_PPE_SCHEDULER
3 3
4 #ifndef INCLUDED_MAIN_SCHEDULER 4 #include "MainScheduler.h"
5 # include "MainScheduler.h"
6 #endif
7 5
8 class PpeScheduler : public MainScheduler { 6 class PpeScheduler : public MainScheduler {
9 public: 7 public:
10 void *allocate(int size); 8 void *allocate(int size);
11 }; 9 };