From: Haomai Wang Date: Tue, 24 May 2016 07:52:44 +0000 (+0800) Subject: Event: remove extra header files X-Git-Tag: ses5-milestone5~574^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=018b48c1c6c98db290b21b28a274556f80a16fb3;p=ceph.git Event: remove extra header files Signed-off-by: Haomai Wang --- diff --git a/src/msg/async/Event.cc b/src/msg/async/Event.cc index 0a6afb4654cf..e6d7fcdebd69 100644 --- a/src/msg/async/Event.cc +++ b/src/msg/async/Event.cc @@ -14,8 +14,6 @@ * */ -#include - #include "common/errno.h" #include "Event.h" diff --git a/src/msg/async/Event.h b/src/msg/async/Event.h index 344f322e18e4..d51b6bc13e7f 100644 --- a/src/msg/async/Event.h +++ b/src/msg/async/Event.h @@ -41,8 +41,6 @@ #include #include -#include "include/utime.h" -#include "include/unordered_map.h" #include "common/ceph_time.h" #include "common/dout.h" #include "net_handler.h"