mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +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
@@ -4,10 +4,10 @@
|
||||
//
|
||||
// Copyright (C) 2019 Intel Corporation
|
||||
|
||||
#include "opencv2/gapi/gcomputation_async.hpp"
|
||||
#include "opencv2/gapi/gcomputation.hpp"
|
||||
#include "opencv2/gapi/gcompiled_async.hpp"
|
||||
#include "opencv2/gapi/gcompiled.hpp"
|
||||
#include <opencv2/gapi/gcomputation_async.hpp>
|
||||
#include <opencv2/gapi/gcomputation.hpp>
|
||||
#include <opencv2/gapi/gcompiled_async.hpp>
|
||||
#include <opencv2/gapi/gcompiled.hpp>
|
||||
|
||||
#include <condition_variable>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include <ade/util/zip_range.hpp>
|
||||
|
||||
#include "opencv2/gapi/opencv_includes.hpp"
|
||||
#include <opencv2/gapi/opencv_includes.hpp>
|
||||
#include "executor/gexecutor.hpp"
|
||||
#include "compiler/passes/passes.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user