Don't use the entire std namespace

Change-Id: I2014117a154fb2c1a61af5c31baa228b4fb3dbc2
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-03-27 15:56:17 +01:00
committed by sys_ocldev
parent 6de2b4e1cd
commit 441ff1fcdf
41 changed files with 142 additions and 184 deletions

View File

@@ -9,7 +9,6 @@
#include "opencl/source/os_interface/ocl_reg_path.h"
using namespace std;
namespace NEO {
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);

View File

@@ -7,7 +7,6 @@
#include "shared/source/source_level_debugger/source_level_debugger.h"
using namespace std;
namespace NEO {