diff options
author | Jos Collin <jcollin@redhat.com> | 2017-05-19 06:17:32 +0200 |
---|---|---|
committer | Jos Collin <jcollin@redhat.com> | 2017-05-22 19:46:26 +0200 |
commit | 9f8104860685c0ad766dd4b505bb54ce31069e4b (patch) | |
tree | d4ad1393984b383a9f9ccc68dec64b86894ce357 /src/common/mutex_debug.cc | |
parent | Merge pull request #15160 from bassam/pr-system-boost (diff) | |
download | ceph-9f8104860685c0ad766dd4b505bb54ce31069e4b.tar.xz ceph-9f8104860685c0ad766dd4b505bb54ce31069e4b.zip |
common: Remove redundant includes
Fixes: http://tracker.ceph.com/issues/19883 (Partially)
Signed-off-by: Jos Collin <jcollin@redhat.com>
Diffstat (limited to 'src/common/mutex_debug.cc')
-rw-r--r-- | src/common/mutex_debug.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/mutex_debug.cc b/src/common/mutex_debug.cc index a8543586171..49cc82b29ab 100644 --- a/src/common/mutex_debug.cc +++ b/src/common/mutex_debug.cc @@ -11,17 +11,11 @@ * Foundation. See file COPYING. * */ -#include <string> - -#include <boost/uuid/uuid.hpp> -#include <boost/uuid/uuid_generators.hpp> -#include <boost/uuid/uuid_io.hpp> #include "common/mutex_debug.h" #include "common/perf_counters.h" #include "common/ceph_context.h" #include "common/config.h" -#include "include/stringify.h" namespace ceph { namespace mutex_debug_detail { |