mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #16409 from smirnov-alexey:as/gapi_fix_standalone_streaming
This commit is contained in:
commit
5265db82c7
@ -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…
Reference in New Issue
Block a user