Fix linkage in standalone mode

This commit is contained in:
Smirnov Alexey 2020-01-22 17:51:16 +03:00
parent 545f8a8c93
commit e5ed22bd5b

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