]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr: do not include unused header files
authorKefu Chai <kchai@redhat.com>
Mon, 16 Nov 2020 08:36:35 +0000 (16:36 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 16 Nov 2020 08:37:17 +0000 (16:37 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mgr/StandbyPyModules.cc

index 5d71f46949ade816c86d7bc5513151c4ba5fee84..b1344d0adb5882f1e1aa2d36fa2bea4127330a40 100644 (file)
 #include "mgr/MgrContext.h"
 #include "mgr/Gil.h"
 
-
-#define BOOST_BIND_GLOBAL_PLACEHOLDERS
-#include <boost/python.hpp>
-#undef BOOST_BIND_GLOBAL_PLACEHOLDERS
-#include "include/ceph_assert.h"  // boost clobbers this
-
 // For ::config_prefix
 #include "PyModuleRegistry.h"