diff --git a/modules/gapi/src/compiler/gstreaming.cpp b/modules/gapi/src/compiler/gstreaming.cpp index c3878dfad2..2e9c016ceb 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