diff --git a/server/modules/filter/tee.c b/server/modules/filter/tee.c index 17331e21a..47f5f2d84 100644 --- a/server/modules/filter/tee.c +++ b/server/modules/filter/tee.c @@ -16,9 +16,6 @@ * Copyright MariaDB Corporation Ab 2014 */ -#include "spinlock.h" - - /** * @file tee.c A filter that splits the processing pipeline in two * @verbatim