X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fworkqueue.c;h=732160bba65553a277403f6cee6159543283baad;hb=7649cdd07fb6a54b190c8d0ef067c7af014c6c7d;hp=2dd58c9ecfeb0b1fafd877b1202fbce8d7f93c72;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/workqueue.c b/ucw/workqueue.c index 2dd58c9e..732160bb 100644 --- a/ucw/workqueue.c +++ b/ucw/workqueue.c @@ -7,10 +7,10 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/threads.h" -#include "ucw/workqueue.h" -#include "ucw/heap.h" +#include +#include +#include +#include static void * worker_thread_init(void *arg)