mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
cc_base.cpp: Removed unnecessary using 'namespace std' statement
This commit is contained in:
@@ -30,10 +30,8 @@
|
|||||||
#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()
|
||||||
{
|
{
|
||||||
cc_tag = NULL;
|
cc_tag = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user