From 8b822b3bc4f1d74586b2fa28f2afc75fed09cde6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Apr 2025 14:03:31 +0200 Subject: [PATCH] common/ceph_fs: include cleanup Signed-off-by: Max Kellermann --- src/common/ceph_fs.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/ceph_fs.cc b/src/common/ceph_fs.cc index 588887c951aa..46c668421d2c 100644 --- a/src/common/ceph_fs.cc +++ b/src/common/ceph_fs.cc @@ -7,7 +7,8 @@ /* * Some non-inline ceph helpers */ -#include "include/types.h" + +#include "include/ceph_fs.h" int ceph_flags_to_mode(int flags) { -- 2.47.3