diff options
author | Roald J. van Loon <roaldvanloon@gmail.com> | 2012-12-22 11:22:14 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-12-22 08:23:36 -0800 |
commit | 18001d059656224abbf7d92c1c54befd33ec8d6e (patch) | |
tree | 34708f5864ff13e04a6933ebd4215364dd2e12a8 | |
parent | d8fd5e2fc876d6f9df3fcffc9ec6db99eef08825 (diff) | |
download | ceph-18001d059656224abbf7d92c1c54befd33ec8d6e.tar.gz |
cleanup: debug.h/dout.h and global_ceph_context changes
- removing unused debug.h include
Signed-off-by: Roald J. van Loon <roaldvanloon@gmail.com>
-rw-r--r-- | src/mds/mdstypes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mds/mdstypes.h b/src/mds/mdstypes.h index 8f820c1b8c4..22e754eb2a1 100644 --- a/src/mds/mdstypes.h +++ b/src/mds/mdstypes.h @@ -18,8 +18,6 @@ using namespace std; #include "include/frag.h" #include "include/xlist.h" -#include "global/debug.h" - #include "inode_backtrace.h" #include <boost/pool/pool.hpp> |