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
commit 5265db82c7

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