From e5ed22bd5b78da9b3c6d7e977bec71afdf577a6a Mon Sep 17 00:00:00 2001 From: Smirnov Alexey Date: Wed, 22 Jan 2020 17:51:16 +0300 Subject: [PATCH] Fix linkage in standalone mode --- modules/gapi/src/compiler/gstreaming.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/gapi/src/compiler/gstreaming.cpp b/modules/gapi/src/compiler/gstreaming.cpp index c3878dfad296..2e9c016ceb87 100644 --- a/modules/gapi/src/compiler/gstreaming.cpp +++ b/modules/gapi/src/compiler/gstreaming.cpp @@ -7,8 +7,6 @@ #include "precomp.hpp" -#if !defined(GAPI_STANDALONE) - #include #include // can_describe @@ -147,5 +145,3 @@ cv::GStreamingCompiled::Priv& cv::GStreamingCompiled::priv() { return *m_priv; } - -#endif // GAPI_STANDALONE