summaryrefslogtreecommitdiff
path: root/boost/gil/io/read_and_convert_image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/io/read_and_convert_image.hpp')
-rw-r--r--boost/gil/io/read_and_convert_image.hpp36
1 files changed, 13 insertions, 23 deletions
diff --git a/boost/gil/io/read_and_convert_image.hpp b/boost/gil/io/read_and_convert_image.hpp
index a1ba856bf2..456cfbc975 100644
--- a/boost/gil/io/read_and_convert_image.hpp
+++ b/boost/gil/io/read_and_convert_image.hpp
@@ -1,32 +1,22 @@
-/*
- Copyright 2007-2012 Christian Henning, Andreas Pokorny, Lubomir Bourdev
- Use, modification and distribution are subject to the Boost Software License,
- Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
- http://www.boost.org/LICENSE_1_0.txt).
-*/
-
-/*************************************************************************************************/
-
+//
+// Copyright 2007-2012 Christian Henning, Andreas Pokorny, Lubomir Bourdev
+//
+// Distributed under the Boost Software License, Version 1.0
+// See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt
+//
#ifndef BOOST_GIL_IO_READ_AND_CONVERT_IMAGE_HPP
#define BOOST_GIL_IO_READ_AND_CONVERT_IMAGE_HPP
-////////////////////////////////////////////////////////////////////////////////////////
-/// \file
-/// \brief
-/// \author Christian Henning, Andreas Pokorny, Lubomir Bourdev \n
-///
-/// \date 2007-2012 \n
-///
-////////////////////////////////////////////////////////////////////////////////////////
-
-#include <boost/type_traits/is_base_and_derived.hpp>
-#include <boost/mpl/and.hpp>
-#include <boost/utility/enable_if.hpp>
-
#include <boost/gil/io/base.hpp>
+#include <boost/gil/io/conversion_policies.hpp>
#include <boost/gil/io/device.hpp>
+#include <boost/gil/io/get_reader.hpp>
#include <boost/gil/io/path_spec.hpp>
-#include <boost/gil/io/conversion_policies.hpp>
+
+#include <boost/mpl/and.hpp>
+#include <boost/utility/enable_if.hpp>
+#include <boost/type_traits/is_base_and_derived.hpp>
namespace boost{ namespace gil {