common: remove already included header files

Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
This commit is contained in:
Yao Zongyou 2017-12-08 11:47:05 +08:00
parent c8ea7d814b
commit cd926bce28
2 changed files with 0 additions and 2 deletions

View File

@ -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:

View File

@ -9,7 +9,6 @@
#include <signal.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <common/errno.h>
#include <ostream>
#include "common/errno.h"