module/clock: remove unused include

This commit is contained in:
Daniel Eklöf 2021-12-17 11:27:53 +01:00
parent f922973450
commit 82ef48f666
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -67,7 +67,6 @@ content(struct module *mod)
return exposable; return exposable;
} }
#include <pthread.h>
static int static int
run(struct module *mod) run(struct module *mod)
{ {