From: Kefu Chai Date: Mon, 16 Nov 2020 08:36:35 +0000 (+0800) Subject: mgr: do not include unused header files X-Git-Tag: v16.1.0~571^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=662e64ef5d3af402f14f41e8b393687c14b24cd0;p=ceph.git mgr: do not include unused header files Signed-off-by: Kefu Chai --- 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"