mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
chore: remove unneeded using namespace std
This commit is contained in:
parent
567766508a
commit
b2cdf38fca
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user