diff example/many_task/ppe/QuickSort.cc @ 220:29e338dbc280

fix
author gongo@localhost.localdomain
date Mon, 09 Feb 2009 21:58:45 +0900
parents 5c194c71eca8
children 44c0bce54dcf
line wrap: on
line diff
--- a/example/many_task/ppe/QuickSort.cc	Mon Feb 09 00:12:40 2009 +0900
+++ b/example/many_task/ppe/QuickSort.cc	Mon Feb 09 21:58:45 2009 +0900
@@ -1,4 +1,3 @@
-#include "Func.h"
 #include "QuickSort.h"
 #include <stdio.h>
 #include <string.h>
@@ -10,6 +9,7 @@
     // copy value
     int begin	= 0;
     int end = get_param(0);
+
     Data *r_data = (Data*)get_input(rbuff, 0);
     Data *w_data = (Data*)get_output(wbuff, 0);