From cf207760a48804b8cb25dac50d5fabf39124c455 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 10 Mar 2021 19:21:40 +0800 Subject: [PATCH] common: do not include RWLock.h unless it is used Signed-off-by: Kefu Chai --- src/common/buffer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/buffer.cc b/src/common/buffer.cc index 8d7583e7adb..e604e9f8a0e 100644 --- a/src/common/buffer.cc +++ b/src/common/buffer.cc @@ -33,7 +33,6 @@ #include "common/likely.h" #include "common/valgrind.h" #include "common/deleter.h" -#include "common/RWLock.h" #include "common/error_code.h" #include "include/spinlock.h" #include "include/scope_guard.h" -- 2.39.5