mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2985 Remove "using namespace" directives
This commit is contained in:
parent
79c0f3f1de
commit
8b442eac0b
20 changed files with 127 additions and 42 deletions
|
@ -24,7 +24,10 @@
|
|||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
||||
using namespace std;
|
||||
using std::vector;
|
||||
using std::string;
|
||||
using std::ifstream;
|
||||
using std::ostringstream;
|
||||
|
||||
class FileManage {
|
||||
vector<string> pathlist; // List of paths to search for files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue