Remove "using namespace std" from header files

This commit is contained in:
Jon Siwek 2019-10-30 12:26:10 -07:00
parent 13a431f9fb
commit 62161dcc34
18 changed files with 78 additions and 85 deletions

View file

@ -5,6 +5,8 @@
#include <string.h>
#include "module_util.h"
using namespace std;
static int streq(const char* s1, const char* s2)
{
return ! strcmp(s1, s2);