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

Origin commit data
------------------
Branch: ni/coolstream
Commit: f83066481d
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-05-14 (Sun, 14 May 2023)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2023-05-14 16:59:56 +02:00
committed by vanhofen
parent 09694bf6cd
commit 1ea072b9db

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()
{ {