chore: remove unneeded using namespace std

This commit is contained in:
sithlord48
2025-11-12 21:36:20 -05:00
committed by Nick Bolton
parent 567766508a
commit b2cdf38fca
2 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,6 @@
#include <iostream>
#include <string>
using namespace std;
using namespace deskflow::core;
void showHelp(int argc, char **argv) // NOSONAR - CLI args

View File

@ -17,8 +17,6 @@
#include <fstream>
#include <stdexcept>
using namespace std;
static const size_t g_chunkSize = 512 * 1024; // 512kb
void StreamChunker::sendClipboard(