From: Max Kellermann Date: Mon, 28 Apr 2025 06:13:37 +0000 (+0200) Subject: msg/async/frames_v2: include cleanup X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5826e3e94cdc173cfc3b4cbc75104076c695341c;p=ceph.git msg/async/frames_v2: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/msg/async/frames_v2.h b/src/msg/async/frames_v2.h index 0f60b9b3e97..5a8d709760c 100644 --- a/src/msg/async/frames_v2.h +++ b/src/msg/async/frames_v2.h @@ -4,7 +4,8 @@ #include "include/buffer.h" #include "include/byteorder.h" // for ceph_le* #include "include/ceph_features.h" // for CEPH_FEATUREMASK_* -#include "include/types.h" +#include "include/intarith.h" // for p2roundup() +#include "include/types.h" // for sha256_digest_t #include "common/Clock.h" #include "crypto_onwire.h" #include "compression_onwire.h"