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
@@ -6,11 +6,11 @@
|
||||
|
||||
|
||||
#include "test_precomp.hpp"
|
||||
#include "opencv2/gapi/cpu/gcpukernel.hpp"
|
||||
#include <opencv2/gapi/cpu/gcpukernel.hpp>
|
||||
#include "gapi_mock_kernels.hpp"
|
||||
|
||||
#include "opencv2/gapi/cpu/gcpukernel.hpp" // cpu::backend
|
||||
#include "opencv2/gapi/fluid/gfluidkernel.hpp" // fluid::backend
|
||||
#include <opencv2/gapi/cpu/gcpukernel.hpp> // cpu::backend
|
||||
#include <opencv2/gapi/fluid/gfluidkernel.hpp> // fluid::backend
|
||||
|
||||
namespace opencv_test
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user