1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #16409 from smirnov-alexey:as/gapi_fix_standalone_streaming

This commit is contained in:
Alexander Alekhin
2020-01-24 08:47:57 +00:00
-4
View File
@@ -7,8 +7,6 @@
#include "precomp.hpp"
#if !defined(GAPI_STANDALONE)
#include <ade/graph.hpp>
#include <opencv2/gapi/gproto.hpp> // can_describe
@@ -147,5 +145,3 @@ cv::GStreamingCompiled::Priv& cv::GStreamingCompiled::priv()
{
return *m_priv;
}
#endif // GAPI_STANDALONE