mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove using-namespace-directives at global scope
This commit is contained in:
@@ -5,15 +5,10 @@
|
||||
//==============================================================================
|
||||
|
||||
// Used for logging
|
||||
struct RPC
|
||||
{
|
||||
};
|
||||
struct RPC;
|
||||
|
||||
SETUP_LOG (RPC)
|
||||
|
||||
using namespace boost;
|
||||
using namespace boost::asio;
|
||||
|
||||
unsigned int const gMaxHTTPHeaderSize = 0x02000000;
|
||||
|
||||
std::string gFormatStr ("v1");
|
||||
|
||||
Reference in New Issue
Block a user