removed redundant pragma
Change-Id: Idba8e00de19be70d08b82903090a3d3ee62743c5 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
parent
cd62be59e1
commit
1ce597a5c7
|
@ -1,11 +1,10 @@
|
|||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "runtime/gmm_helper/page_table_mngr.h"
|
||||
|
||||
namespace OCLRT {
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "unit_tests/mocks/mock_gmm_page_table_mngr.h"
|
||||
|
||||
namespace OCLRT {
|
||||
|
|
Loading…
Reference in New Issue