Commit 5265db82 authored by Alexander Alekhin's avatar Alexander Alekhin

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

parents 3d14dd4e e5ed22bd
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment