mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #14741 from rgarnov:gapi_fix_includes
Changed quotes to brackets when including public includes (#14741)
This commit is contained in:
committed by
Alexander Alekhin
parent
d3c0f4ef98
commit
3df83dce7e
@@ -8,7 +8,7 @@
|
||||
// FIXME: move out from Common
|
||||
|
||||
#include "../test_precomp.hpp"
|
||||
#include "opencv2/gapi/cpu/core.hpp"
|
||||
#include <opencv2/gapi/cpu/core.hpp>
|
||||
|
||||
#include <ade/util/algorithm.hpp>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef OPENCV_GAPI_CORE_TESTS_INL_HPP
|
||||
#define OPENCV_GAPI_CORE_TESTS_INL_HPP
|
||||
|
||||
#include "opencv2/gapi/core.hpp"
|
||||
#include <opencv2/gapi/core.hpp>
|
||||
#include "gapi_core_tests.hpp"
|
||||
|
||||
namespace opencv_test
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef OPENCV_GAPI_IMGPROC_TESTS_INL_HPP
|
||||
#define OPENCV_GAPI_IMGPROC_TESTS_INL_HPP
|
||||
|
||||
#include "opencv2/gapi/imgproc.hpp"
|
||||
#include <opencv2/gapi/imgproc.hpp>
|
||||
#include "gapi_imgproc_tests.hpp"
|
||||
|
||||
namespace opencv_test
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "opencv2/ts.hpp"
|
||||
#include "opencv2/gapi.hpp"
|
||||
#include <opencv2/ts.hpp>
|
||||
#include <opencv2/gapi.hpp>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user