diff src/parallel_execution/TaskIterator.cbc @ 468:ac244346c85d

Change used interface syntax from #include to #interface
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Mon, 25 Dec 2017 18:10:56 +0900
parents 8d7e5d48cad3
children
line wrap: on
line diff
--- a/src/parallel_execution/TaskIterator.cbc	Thu Dec 21 20:58:39 2017 +0900
+++ b/src/parallel_execution/TaskIterator.cbc	Mon Dec 25 18:10:56 2017 +0900
@@ -1,5 +1,5 @@
 #include "../context.h"
-#include "Iterator.h"
+#interface "Iterator.h"
 #include <stdio.h>
 
 createTaskIterator(struct Context, struct List list) {