]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/module.c: remove unused pthread.h
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 4 Mar 2019 19:09:57 +0000 (20:09 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:44:49 +0000 (10:44 +0100)
lib/module.c

index 5fa8fee3b473094c3fce19d24e2fe7be1c402b16..e003707087be3c1472fd72bebd656820a46289c3 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <stdlib.h>
 #include <dlfcn.h>
-#include <pthread.h>
 #include <contrib/cleanup.h>
 
 #include "kresconfig.h"