From: Danny Al-Gaaf Date: Wed, 28 Nov 2012 12:57:33 +0000 (+0100) Subject: osd/OSD.h: remove twice included OpRequest.h X-Git-Tag: v0.56~154 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aee71e15fb2402d065cf286260744c01c243d3cc;p=ceph.git osd/OSD.h: remove twice included OpRequest.h Fix includes: remove twice included OpRequest.h Signed-off-by: Danny Al-Gaaf --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index ff277e1e5b8b..ab6e3ac004b7 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -49,7 +49,6 @@ using namespace std; #include using namespace __gnu_cxx; -#include "OpRequest.h" #include "common/shared_cache.hpp" #include "common/simple_cache.hpp" #include "common/sharedptr_registry.hpp"