Skip to content

Commit

Permalink
[irods#111] Remove stray coroutine includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb committed Mar 13, 2024
1 parent 38aee92 commit 544cba6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion endpoints/s3/src/listbuckets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include <boost/asio/awaitable.hpp>
#include <boost/asio/this_coro.hpp>
#include <experimental/coroutine>
#include <boost/beast.hpp>

#include <boost/asio.hpp>
Expand Down
1 change: 0 additions & 1 deletion endpoints/s3/src/listobjects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <boost/asio/awaitable.hpp>
#include <boost/asio/this_coro.hpp>
#include <experimental/coroutine>
#include <boost/beast.hpp>

#include <boost/asio.hpp>
Expand Down

0 comments on commit 544cba6

Please sign in to comment.