mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 08:56:18 +02:00
Clean up asio includes
This commit is contained in:
parent
4f29f000de
commit
caef2b7b87
25 changed files with 120 additions and 74 deletions
|
@ -33,7 +33,7 @@
|
|||
#pragma GCC diagnostic ignored "-Wc++11-narrowing"
|
||||
#include <boost/process.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/any_io_executor.hpp>
|
||||
|
||||
// standard headers
|
||||
#include <map>
|
||||
|
@ -41,7 +41,6 @@
|
|||
|
||||
|
||||
namespace bp = boost::process;
|
||||
namespace net = boost::asio;
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue