浏览代码

Fix accessing data handle internals

Samuel Thibault 4 年之前
父节点
当前提交
d30677afab
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      tests/datawizard/interfaces/test_interfaces.c

+ 1 - 2
tests/datawizard/interfaces/test_interfaces.c

@@ -16,8 +16,7 @@
 
 #include <starpu.h>
 
-/* XXX Why cant we dereference a handle without this one ? */
-#include <core/sched_policy.h>
+#include <datawizard/coherency.h>
 
 #include <assert.h>