mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-26 14:37:04 +02:00
Cleanup namespaces
This commit is contained in:
parent
d9bdd1b6c0
commit
e7f1519ab2
7 changed files with 9 additions and 6 deletions
|
@ -22,6 +22,9 @@
|
|||
#include "control_session.hpp"
|
||||
#include <deque>
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
namespace net = boost::asio;
|
||||
|
||||
/// Endpoint for a connected control client.
|
||||
/**
|
||||
* Endpoint for a connected control client.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue