]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
include/frag.h: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 11:58:16 +0000 (13:58 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:33 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/include/ceph_frag.h
src/include/frag.h

index 5babb8e95352a6a7468feca70a343fafb56bddad..5d138f6f3fc0194550b2ecf8c90416aa6d95f39f 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef FS_CEPH_FRAG_H
 #define FS_CEPH_FRAG_H
 
+#include "int_types.h"
+
 /*
  * "Frags" are a way to describe a subset of a 32-bit number space,
  * using a mask and a value to match against that mask.  Any given frag
index 5ea2429aee8d506270375840d98e3787a3b68720..a00a8acc04d023df8ea4dfe2c4d524c51220ef12 100644 (file)
 #include <boost/container/small_vector.hpp>
 
 #include <iostream>
+#include <list>
+#include <set>
 
 #include <stdint.h>
-#include <stdio.h>
 
 #include "buffer.h"
 #include "compact_map.h"
 
 #include "ceph_frag.h"
+#include "common/Formatter.h"
 #include "include/encoding.h"
 #include "include/ceph_assert.h"
+#include "include/types.h" // for operator<<(std::set)
 
 #include "common/dout.h"