浏览代码

followup to previous commit: helper.h should not be used for examples

Nathalie Furmento 8 年之前
父节点
当前提交
e7ea46f3d7
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      examples/Makefile.am
  2. 0 1
      examples/cpp/add_vectors_cpp11.cpp

+ 0 - 1
examples/Makefile.am

@@ -45,7 +45,6 @@ endif
 
 
 EXTRA_DIST = 					\
 EXTRA_DIST = 					\
 	README.txt				\
 	README.txt				\
-	helper.h				\
 	axpy/axpy.h				\
 	axpy/axpy.h				\
 	axpy/axpy_opencl_kernel.cl		\
 	axpy/axpy_opencl_kernel.cl		\
 	basic_examples/vector_scal_opencl_kernel.cl \
 	basic_examples/vector_scal_opencl_kernel.cl \

+ 0 - 1
examples/cpp/add_vectors_cpp11.cpp

@@ -29,7 +29,6 @@
 #endif
 #endif
 
 
 #include <starpu.h>
 #include <starpu.h>
-#include "../helper.h"
 #if !defined(STARPU_HAVE_CXX11) || defined(STARPU_USE_NUMA)
 #if !defined(STARPU_HAVE_CXX11) || defined(STARPU_USE_NUMA)
 int main(int argc, char **argv)
 int main(int argc, char **argv)
 {
 {