view example/many_task/ppe/QuickSort.h @ 818:19c6cdeb23d6

too few template-parameter-lists
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 23 May 2010 10:55:25 +0900
parents 44c0bce54dcf
children
line wrap: on
line source

#ifndef INCLUDED_TASK_QUICKSORT
#define INCLUDED_TASK_QUICKSORT

#ifndef INCLUDED_SCHED_TASK
#  include "SchedTask.h"
#endif

#include "sort.h"


#endif