mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Cleanup debugger files
- move debug_manager.cpp to different folder - remove unnecessary include Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0a3c960d61
commit
fcd5930f10
@@ -32,7 +32,7 @@ set(L0_RUNTIME_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/context/context_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/context/context_imp.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/context/context.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/debugger/debug_manager.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/debug_manager/debug_manager.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/device${BRANCH_DIR_SUFFIX}device_imp_helper.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/device/device.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/device/device_imp.cpp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2021 Intel Corporation
|
||||
* Copyright (C) 2020-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -10,8 +10,6 @@
|
||||
#include "shared/source/helpers/non_copyable_or_moveable.h"
|
||||
#include "shared/source/memory_manager/memory_manager.h"
|
||||
|
||||
#include <level_zero/ze_api.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
|
||||
Reference in New Issue
Block a user