From: Max Kellermann Date: Mon, 7 Oct 2024 02:51:31 +0000 (+0200) Subject: msg/async/AsyncConnection: include cleanup X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6fdf2f9dc2b32ecd7c71bc54e130985f50aeed1f;p=ceph.git msg/async/AsyncConnection: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/msg/async/AsyncConnection.cc b/src/msg/async/AsyncConnection.cc index 17836b14ad27..e9da410d921c 100644 --- a/src/msg/async/AsyncConnection.cc +++ b/src/msg/async/AsyncConnection.cc @@ -15,7 +15,10 @@ * */ +#include "AsyncConnection.h" + #include + #include #include "common/ceph_strings.h" @@ -27,7 +30,6 @@ #include "include/random.h" #include "common/errno.h" #include "AsyncMessenger.h" -#include "AsyncConnection.h" #include "ProtocolV1.h" #include "ProtocolV2.h" diff --git a/src/msg/async/AsyncConnection.h b/src/msg/async/AsyncConnection.h index 452931330234..ccb198f1bbe7 100644 --- a/src/msg/async/AsyncConnection.h +++ b/src/msg/async/AsyncConnection.h @@ -19,7 +19,6 @@ #define CEPH_MSG_ASYNCCONNECTION_H #include -#include #include #include #include @@ -29,7 +28,6 @@ #include #include -#include "auth/AuthSessionHandler.h" #include "common/ceph_time.h" #include "common/perf_counters.h" #include "include/buffer.h"