]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Remove unnecessary headers 19735/head
authorShinobu Kinjo <shinobu@redhat.com>
Mon, 1 Jan 2018 09:59:05 +0000 (18:59 +0900)
committerShinobu Kinjo <shinobu@redhat.com>
Mon, 1 Jan 2018 09:59:05 +0000 (18:59 +0900)
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
src/osd/OpRequest.h

index 3d95ea341d403ccb80d125dd0762c68beda87c0b..114b97bca64c0627f235dadf8c1ffc4b9edbe740 100644 (file)
 
 #ifndef OPREQUEST_H_
 #define OPREQUEST_H_
-#include <sstream>
-#include <stdint.h>
-#include <vector>
-
-#include <include/utime.h>
-#include "common/Mutex.h"
-#include "include/xlist.h"
-#include "msg/Message.h"
-#include "include/memory.h"
+
 #include "osd/osd_types.h"
 #include "common/TrackedOp.h"
 #include "common/mClockCommon.h"