Просмотр исходного кода

src: remove un-needed include pthread.h

Nathalie Furmento лет назад: 12
Родитель
Сommit
3a7711af02

+ 0 - 2
src/core/sched_policy.c

@@ -16,8 +16,6 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include <pthread.h>
-
 #include <starpu.h>
 #include <common/config.h>
 #include <common/utils.h>

+ 1 - 2
src/drivers/gordon/driver_gordon.h

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2009, 2010  Université de Bordeaux 1
- * Copyright (C) 2010  Centre National de la Recherche Scientifique
+ * Copyright (C) 2010, 2013  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -26,7 +26,6 @@
 #include <assert.h>
 #include <stdio.h>
 #include <math.h>
-#include <pthread.h>
 
 #include <core/jobs.h>
 #include <common/config.h>

+ 1 - 2
src/sched_policies/fifo_queues.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012  Université de Bordeaux 1
- * Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
+ * Copyright (C) 2010, 2011, 2013  Centre National de la Recherche Scientifique
  * Copyright (C) 2011  Télécom-SudParis
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -18,7 +18,6 @@
 
 /* FIFO queues, ready for use by schedulers */
 
-#include <pthread.h>
 #include <sched_policies/fifo_queues.h>
 #include <errno.h>
 #include <common/utils.h>

+ 0 - 1
src/worker_collection/worker_list.c

@@ -17,7 +17,6 @@
  */
 
 #include <starpu.h>
-#include <pthread.h>
 
 static unsigned list_has_next(struct starpu_worker_collection *workers, struct starpu_sched_ctx_iterator *it)
 {