Limit header includes from level_zero device.h

- remove including debugger_l0.h from device.h
- add getL0Debugger() to shared NEO Device

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2022-07-06 13:23:03 +00:00
committed by Compute-Runtime-Automation
parent e768d0ed5e
commit 5956aea18d
26 changed files with 112 additions and 11 deletions

View File

@@ -5,11 +5,14 @@
*
*/
#include "shared/source/device/sub_device.h"
#include "level_zero/tools/source/sysman/ras/linux/os_ras_imp_prelim.h"
#include "sysman/linux/fs_access.h"
#include "sysman/linux/os_sysman_imp.h"
#include <cstring>
#include <regex>
namespace L0 {