X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fworkqueue.c;h=732160bba65553a277403f6cee6159543283baad;hb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;hp=2dd58c9ecfeb0b1fafd877b1202fbce8d7f93c72;hpb=ad920945145a18895ef391511c92ef42e0e4c3d7;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)