Refactor aubstream include interface

set include path to third_party/aub_stream
rename third_party/aub_stream/headers -> third_party/aub_stream/aubstream

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-11-23 09:14:27 +00:00
committed by Compute-Runtime-Automation
parent e050d231b9
commit bb308c04ed
104 changed files with 109 additions and 114 deletions

View File

@@ -1,12 +1,12 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "engine_node.h"
#include "aubstream/engine_node.h"
#include <vector>