]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
OSD: erase duplicated header include 9158/head
authorshawn <cxwshawn@gmail.com>
Tue, 17 May 2016 03:05:39 +0000 (23:05 -0400)
committershawn <cxwshawn@gmail.com>
Tue, 17 May 2016 03:05:41 +0000 (23:05 -0400)
especially osd_types.h, maybe affect compile speed.
Signed-off-by: Xiaowei Chen <chen.xiaowei@h3c.com>
src/osd/ECBackend.h
src/osd/ECTransaction.h
src/osd/ReplicatedBackend.h

index b691658947b2ef78a83a6585d4f66def44361fe4..a0bf62dde994c35c60c60124679e77cdb33172d1 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "OSD.h"
 #include "PGBackend.h"
-#include "osd_types.h"
-#include <boost/optional/optional_io.hpp>
 #include "erasure-code/ErasureCodeInterface.h"
 #include "ECTransaction.h"
 #include "ECMsgTypes.h"
index 17be72265cba4169cf42bd31a28be6dfe1d1f2d8..1e1fa3bad59b05cfeaa3f268110408e3eb9e848f 100644 (file)
@@ -17,9 +17,7 @@
 
 #include "OSD.h"
 #include "PGBackend.h"
-#include "osd_types.h"
 #include "ECUtil.h"
-#include <boost/optional/optional_io.hpp>
 #include "erasure-code/ErasureCodeInterface.h"
 
 class ECTransaction : public PGBackend::PGTransaction {
index ea4d509971206e307f75af208ad9492ec554228e..922b99d8001a17b281c3523d7cc9d4de5715249e 100644 (file)
@@ -17,8 +17,7 @@
 
 #include "OSD.h"
 #include "PGBackend.h"
-#include "osd_types.h"
-#include "../include/memory.h"
+#include "include/memory.h"
 
 struct C_ReplicatedBackend_OnPullComplete;
 class ReplicatedBackend : public PGBackend {