removed redundant pragma

Change-Id: Idba8e00de19be70d08b82903090a3d3ee62743c5
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk 2019-03-20 22:48:11 +01:00 committed by sys_ocldev
parent cd62be59e1
commit 1ce597a5c7
2 changed files with 2 additions and 5 deletions

View File

@ -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 {

View File

@ -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 {