From 1bb620feaddf1e8a207273344f95b0462bac5cf1 Mon Sep 17 00:00:00 2001 From: Dmitriy Shilin Date: Wed, 15 Nov 2023 13:18:13 +0300 Subject: [PATCH] Remove unused header --- src/internal_modules/roc_pipeline/sender_endpoint.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal_modules/roc_pipeline/sender_endpoint.h b/src/internal_modules/roc_pipeline/sender_endpoint.h index 1c3fd1a16..0d66cfa0b 100644 --- a/src/internal_modules/roc_pipeline/sender_endpoint.h +++ b/src/internal_modules/roc_pipeline/sender_endpoint.h @@ -13,7 +13,6 @@ #define ROC_PIPELINE_SENDER_ENDPOINT_H_ #include "roc_core/iarena.h" -#include "roc_core/mutex.h" #include "roc_core/noncopyable.h" #include "roc_core/optional.h" #include "roc_core/scoped_ptr.h"