cc_base.cpp: Removed unnecessary using 'namespace std' statement

This commit is contained in:
2023-05-14 16:59:56 +02:00
parent dc381ae189
commit bb8a9b2e2b

View File

@@ -30,8 +30,6 @@
#include <neutrino.h> #include <neutrino.h>
#include "cc_base.h" #include "cc_base.h"
using namespace std;
//abstract basic class CComponents //abstract basic class CComponents
CComponents::CComponents() CComponents::CComponents()
{ {