]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/gil/extension/toolbox/toolbox.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / gil / extension / toolbox / toolbox.hpp
1 //
2 // Copyright 2012 Christian Henning
3 //
4 // Distributed under the Boost Software License, Version 1.0
5 // See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt
7 //
8 #ifndef BOOST_GIL_EXTENSION_TOOLBOX_TOOLBOX_HPP
9 #define BOOST_GIL_EXTENSION_TOOLBOX_TOOLBOX_HPP
10
11 #include <boost/gil/extension/toolbox/color_converters.hpp>
12 #include <boost/gil/extension/toolbox/color_spaces.hpp>
13 #include <boost/gil/extension/toolbox/dynamic_images.hpp>
14 #include <boost/gil/extension/toolbox/image_types.hpp>
15 #include <boost/gil/extension/toolbox/metafunctions.hpp>
16
17 #endif