From: Max Kellermann Date: Mon, 7 Oct 2024 02:53:12 +0000 (+0200) Subject: msg/Connection: include cleanup X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32962c8b904e9ae193640082a877339a471330f2;p=ceph.git msg/Connection: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/msg/Connection.h b/src/msg/Connection.h index 1e1dfd1aa3c2..02da80e73c75 100644 --- a/src/msg/Connection.h +++ b/src/msg/Connection.h @@ -16,13 +16,9 @@ #ifndef CEPH_CONNECTION_H #define CEPH_CONNECTION_H -#include -#include - #include "auth/Auth.h" #include "common/RefCountedObj.h" #include "common/config.h" -#include "common/debug.h" #include "common/ref.h" #include "common/ceph_mutex.h" #include "include/ceph_assert.h" // Because intusive_ptr clobbers our assert...