kernel.hpp 544 B

123456789101112131415161718
  1. //
  2. // Copyright 2005-2007 Adobe Systems Incorporated
  3. // Copyright 2019 Miral Shah <miralshah2211@gmail.com>
  4. // Copyright 2022 Pranam Lashkari <plashkari628@gmail.com>
  5. //
  6. // Distributed under the Boost Software License, Version 1.0
  7. // See accompanying file LICENSE_1_0.txt or copy at
  8. // http://www.boost.org/LICENSE_1_0.txt
  9. //
  10. #ifndef BOOST_GIL_EXTENSION_NUMERIC_KERNEL_HPP
  11. #define BOOST_GIL_EXTENSION_NUMERIC_KERNEL_HPP
  12. #include <boost/config/header_deprecated.hpp>
  13. BOOST_HEADER_DEPRECATED("<boost/gil/image_processing/kernel.hpp>")
  14. #endif