gapi: fix tests build

This commit is contained in:
Alexander Alekhin
2019-04-01 17:31:03 +03:00
parent 3d7a3a51a7
commit cd6d8048bb
25 changed files with 28 additions and 28 deletions
@@ -7,7 +7,7 @@
// FIXME: move out from Common
#include "test_precomp.hpp"
#include "../test_precomp.hpp"
#include "opencv2/gapi/cpu/core.hpp"
#include <ade/util/algorithm.hpp>
+1 -1
View File
@@ -5,5 +5,5 @@
// Copyright (C) 2018 Intel Corporation
#include "test_precomp.hpp"
#include "../test_precomp.hpp"
#include "gapi_core_tests_inl.hpp"
@@ -5,5 +5,5 @@
// Copyright (C) 2018 Intel Corporation
#include "test_precomp.hpp"
#include "../test_precomp.hpp"
#include "gapi_imgproc_tests_inl.hpp"
@@ -5,5 +5,5 @@
// Copyright (C) 2018 Intel Corporation
#include "test_precomp.hpp"
#include "../test_precomp.hpp"
#include "gapi_operators_tests_inl.hpp"