mgr: do not include unused header files

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-11-16 16:36:35 +08:00
parent 24e57a211b
commit 662e64ef5d

View File

@ -20,12 +20,6 @@
#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"