view example/many_task/ppe/QuickSort.h @ 1038:153dd7b4b8a6

accepts comma as a backward compatibility
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 07 Dec 2010 16:38:08 +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