1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33: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:
Ruslan Garnov
2019-06-14 19:27:19 +03:00
committed by Alexander Alekhin
parent d3c0f4ef98
commit 3df83dce7e
107 changed files with 270 additions and 271 deletions
+3 -3
View File
@@ -8,9 +8,9 @@
#include "precomp.hpp"
#include <ade/util/algorithm.hpp>
#include "opencv2/gapi/util/throw.hpp"
#include "opencv2/gapi/garg.hpp"
#include "opencv2/gapi/gproto.hpp"
#include <opencv2/gapi/util/throw.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/gproto.hpp>
#include "api/gorigin.hpp"
#include "api/gproto_priv.hpp"