mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-15 15:45:40 +02:00
Clean up asio includes
This commit is contained in:
parent
4f29f000de
commit
caef2b7b87
25 changed files with 120 additions and 74 deletions
|
@ -25,7 +25,9 @@
|
|||
#include "streamreader/stream_manager.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/any_io_executor.hpp>
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <boost/asio/strand.hpp>
|
||||
|
||||
// standard headers
|
||||
#include <atomic>
|
||||
|
@ -39,8 +41,6 @@
|
|||
#include <vector>
|
||||
|
||||
|
||||
namespace net = boost::asio;
|
||||
|
||||
|
||||
class StreamSession;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue