X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fcommon%2Flockdep.cc;h=5e4283e289eac62be16d7317ad4150258560cca8;hb=31f18b776d001752a193a7cec8bb49033c1a904c;hp=1f52e5656542730e28769aa2e6f90087c81143d2;hpb=40152f1e46a80b3405e5558a442ee632198dfd24;p=ceph.git diff --git a/ceph/src/common/lockdep.cc b/ceph/src/common/lockdep.cc index 1f52e5656..5e4283e28 100644 --- a/ceph/src/common/lockdep.cc +++ b/ceph/src/common/lockdep.cc @@ -11,15 +11,9 @@ * Foundation. See file COPYING. * */ -#include "BackTrace.h" -#include "Clock.h" +#include "lockdep.h" #include "common/dout.h" -#include "common/environment.h" #include "common/valgrind.h" -#include "include/types.h" -#include "lockdep.h" - -#include "include/unordered_map.h" #if defined(__FreeBSD__) && defined(__LP64__) // On FreeBSD pthread_t is a pointer. namespace std {