From 2e4d50fbc4f52ab8de8b0fce4c4ded8e76d4da66 Mon Sep 17 00:00:00 2001 From: Malavan Sotheeswaran Date: Tue, 18 Jan 2022 11:40:47 -0800 Subject: [PATCH] only need to include readwritelock in ae --- src/ae.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ae.cpp b/src/ae.cpp index 7c4af1652..702c465d4 100644 --- a/src/ae.cpp +++ b/src/ae.cpp @@ -53,7 +53,7 @@ #include "zmalloc.h" #include "config.h" #include "serverassert.h" -#include "server.h" +#include "readwritelock.h" #ifdef USE_MUTEX thread_local int cOwnLock = 0;