From 662e64ef5d3af402f14f41e8b393687c14b24cd0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 16 Nov 2020 16:36:35 +0800 Subject: [PATCH] mgr: do not include unused header files Signed-off-by: Kefu Chai --- src/mgr/StandbyPyModules.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mgr/StandbyPyModules.cc b/src/mgr/StandbyPyModules.cc index 5d71f46949a..b1344d0adb5 100644 --- a/src/mgr/StandbyPyModules.cc +++ b/src/mgr/StandbyPyModules.cc @@ -20,12 +20,6 @@ #include "mgr/MgrContext.h" #include "mgr/Gil.h" - -#define BOOST_BIND_GLOBAL_PLACEHOLDERS -#include -#undef BOOST_BIND_GLOBAL_PLACEHOLDERS -#include "include/ceph_assert.h" // boost clobbers this - // For ::config_prefix #include "PyModuleRegistry.h" -- 2.39.5