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

pull/16422/head
Alexander Alekhin 5 years ago
commit 5265db82c7
  1. 4
      modules/gapi/src/compiler/gstreaming.cpp

@ -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

Loading…
Cancel
Save