Commit e5ed22bd authored by Smirnov Alexey's avatar Smirnov Alexey

Fix linkage in standalone mode

parent 545f8a8c
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
#include "precomp.hpp" #include "precomp.hpp"
#if !defined(GAPI_STANDALONE)
#include <ade/graph.hpp> #include <ade/graph.hpp>
#include <opencv2/gapi/gproto.hpp> // can_describe #include <opencv2/gapi/gproto.hpp> // can_describe
...@@ -147,5 +145,3 @@ cv::GStreamingCompiled::Priv& cv::GStreamingCompiled::priv() ...@@ -147,5 +145,3 @@ cv::GStreamingCompiled::Priv& cv::GStreamingCompiled::priv()
{ {
return *m_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