chore: remove unneeded using namespace std
This commit is contained in:
@ -32,7 +32,6 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
using namespace deskflow::core;
|
||||
|
||||
void showHelp(int argc, char **argv) // NOSONAR - CLI args
|
||||
|
||||
@ -17,8 +17,6 @@
|
||||
#include <fstream>
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace std;
|
||||
|
||||
static const size_t g_chunkSize = 512 * 1024; // 512kb
|
||||
|
||||
void StreamChunker::sendClipboard(
|
||||
|
||||
Reference in New Issue
Block a user