Moved header with engine node definitions

Change-Id: Iaa78bb0584589e354b1bb469b729844121decb8f
This commit is contained in:
Milczarek, Slawomir
2018-10-27 14:46:29 -07:00
parent 7a4ecd1507
commit 7b1d19eaec
15 changed files with 13 additions and 13 deletions

View File

@@ -6,12 +6,12 @@
*/
#pragma once
#include "engine_node.h"
#include "runtime/api/cl_types.h"
#include "runtime/device/device_info_map.h"
#include "runtime/execution_environment/execution_environment.h"
#include "runtime/helpers/base_object.h"
#include "runtime/helpers/hw_info.h"
#include "runtime/helpers/engine_node.h"
#include "runtime/memory_manager/memory_constants.h"
#include "runtime/os_interface/performance_counters.h"
#include <vector>