From cd926bce286aeee6b6716c1900f32faca990f7a7 Mon Sep 17 00:00:00 2001 From: Yao Zongyou Date: Fri, 8 Dec 2017 11:47:05 +0800 Subject: [PATCH] common: remove already included header files Signed-off-by: Yao Zongyou --- src/common/Throttle.cc | 1 - src/common/fork_function.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/common/Throttle.cc b/src/common/Throttle.cc index 9b30ef3ed3c4e..b2f480cb2c79b 100644 --- a/src/common/Throttle.cc +++ b/src/common/Throttle.cc @@ -6,7 +6,6 @@ #include "common/Throttle.h" #include "common/ceph_time.h" #include "common/perf_counters.h" -#include "common/Throttle.h" // re-include our assert to clobber the system one; fix dout: diff --git a/src/common/fork_function.h b/src/common/fork_function.h index fa214f7887502..defea924121fe 100644 --- a/src/common/fork_function.h +++ b/src/common/fork_function.h @@ -9,7 +9,6 @@ #include #include #include -#include #include #include "common/errno.h" -- 2.39.5