瀏覽代碼

tools: only include starpu.h as it includes all the other starpu_ .h files

Nathalie Furmento 13 年之前
父節點
當前提交
3396e1e637
共有 3 個文件被更改,包括 0 次插入4 次删除
  1. 0 1
      tools/starpu_fxt_tool.c
  2. 0 1
      tools/starpu_perfmodel_display.c
  3. 0 2
      tools/starpu_perfmodel_plot.c

+ 0 - 1
tools/starpu_fxt_tool.c

@@ -19,7 +19,6 @@
  */
 
 #include <starpu.h>
-#include <starpu_fxt.h>
 
 static struct starpu_fxt_options options;
 

+ 0 - 1
tools/starpu_perfmodel_display.c

@@ -23,7 +23,6 @@
 #include <stdio.h>
 
 #include <starpu.h>
-#include <starpu_perfmodel.h>
 
 #ifdef __MINGW32__
 #include <windows.h>

+ 0 - 2
tools/starpu_perfmodel_plot.c

@@ -24,8 +24,6 @@
 #include <limits.h>
 
 #include <starpu.h>
-#include <starpu_perfmodel.h>
-#include <starpu_fxt.h>
 #include <core/perfmodel/perfmodel.h> // we need to browse the list associated to history-based models
 
 #ifdef __MINGW32__