]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove include to <boost/asio/coroutine.h>
authorOrit Wasserman <owasserm@redhat.com>
Mon, 9 Nov 2015 09:42:07 +0000 (10:42 +0100)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:30 +0000 (16:13 -0800)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
src/rgw/rgw_coroutine.cc
src/rgw/rgw_coroutine.h
src/rgw/rgw_cr_rados.cc
src/rgw/rgw_sync.cc

index 6916c12189b86616bbbeb7bf63a3f59f70b3afb6..1459524a12cab0cfe76672a8354f1e2bba72ac62 100644 (file)
@@ -2,7 +2,6 @@
 
 #include "rgw_coroutine.h"
 
-#include <boost/asio/coroutine.hpp>
 #include <boost/asio/yield.hpp>
 
 #define dout_subsys ceph_subsys_rgw
index 5abbf9a5fc4cafdcba3fe8cb4aef4a51b66ec055..2c90629aafb70def6afb3c40f6507f27e9fc3bd1 100644 (file)
@@ -7,7 +7,6 @@
 #endif
 
 #include <boost/asio.hpp>
-#include <boost/asio/coroutine.hpp>
 
 #ifdef NEED_ASSERT_H
 #pragma pop_macro("_ASSERT_H")
index d4254f8cfb69a746400cf71ba4d6ea62787f38cf..030829fc511ea655ba381f5425f6bcca328d3dd8 100644 (file)
@@ -4,7 +4,6 @@
 
 #include "cls/lock/cls_lock_client.h"
 
-#include <boost/asio/coroutine.hpp>
 #include <boost/asio/yield.hpp>
 
 
index a304124cc532746a044d45e22e5ad757a8bf786b..71504e78a894d90e5fa679301dfcde081e059844 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "cls/lock/cls_lock_client.h"
 
-#include <boost/asio/coroutine.hpp>
 #include <boost/asio/yield.hpp>