diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-04 17:54:00 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-04 09:27:10 -0800 |
commit | 8197990986f949fb3ae686236d09d62e27589dd8 (patch) | |
tree | 36f95335de856be2845c9b2a2cbfda20172cac4c | |
parent | 4e29c95d6f61daa838888840cef0cceedc0fcfdd (diff) | |
download | ceph-8197990986f949fb3ae686236d09d62e27589dd8.tar.gz |
MDS.cc: remove twice included common/errno.h
Cleanup includes, remove twice included common/errno.h.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | src/mds/MDS.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mds/MDS.cc b/src/mds/MDS.cc index 4153417ad11..0dd3f1b95d9 100644 --- a/src/mds/MDS.cc +++ b/src/mds/MDS.cc @@ -73,7 +73,6 @@ #include "auth/KeyRing.h" #include "common/config.h" -#include "common/errno.h" #include "perfglue/cpu_profiler.h" #include "perfglue/heap_profiler.h" |