// This file is part of OpenCV project.1// It is subject to the license terms in the LICENSE file found in the top-level directory2// of this distribution and at http://opencv.org/license.html.3//4// Copyright (C) 2018 Intel Corporation567#ifndef __OPENCV_GAPI_PRECOMP_HPP__8#define __OPENCV_GAPI_PRECOMP_HPP__910#if !defined(GAPI_STANDALONE)11# include "opencv2/core.hpp"12# include "opencv2/imgproc.hpp"13# include "opencv2/gapi/core.hpp"14# include "opencv2/gapi/imgproc.hpp"15#endif // !defined(GAPI_STANDALONE)1617#include "opencv2/gapi.hpp"18#include "opencv2/gapi/gkernel.hpp"1920#endif // __OPENCV_GAPI_PRECOMP_HPP__212223