diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2012-11-28 13:57:33 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-11-28 08:25:42 -0800 |
commit | aee71e15fb2402d065cf286260744c01c243d3cc (patch) | |
tree | 4b47b18651d442e2551c18d738ffb5f08421e5e1 /src/osd/OSD.h | |
parent | 03a4c8c940c5628d5691d01de8ed09f2938a22a6 (diff) | |
download | ceph-aee71e15fb2402d065cf286260744c01c243d3cc.tar.gz |
osd/OSD.h: remove twice included OpRequest.h
Fix includes: remove twice included OpRequest.h
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'src/osd/OSD.h')
-rw-r--r-- | src/osd/OSD.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/OSD.h b/src/osd/OSD.h index ff277e1e5b8..ab6e3ac004b 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -49,7 +49,6 @@ using namespace std; #include <ext/hash_set> using namespace __gnu_cxx; -#include "OpRequest.h" #include "common/shared_cache.hpp" #include "common/simple_cache.hpp" #include "common/sharedptr_registry.hpp" |