summaryrefslogtreecommitdiff
path: root/boost/gil/extension/dynamic_image/algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/dynamic_image/algorithm.hpp')
-rw-r--r--boost/gil/extension/dynamic_image/algorithm.hpp32
1 files changed, 15 insertions, 17 deletions
diff --git a/boost/gil/extension/dynamic_image/algorithm.hpp b/boost/gil/extension/dynamic_image/algorithm.hpp
index abd5776b0e..1043e76766 100644
--- a/boost/gil/extension/dynamic_image/algorithm.hpp
+++ b/boost/gil/extension/dynamic_image/algorithm.hpp
@@ -1,19 +1,17 @@
-/*
- Copyright 2005-2007 Adobe Systems Incorporated
-
- 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).
-
- See http://opensource.adobe.com/gil for most recent version including documentation.
-*/
-/*************************************************************************************************/
-
-#ifndef GIL_DYNAMICIMAGE_ALGORITHM_HPP
-#define GIL_DYNAMICIMAGE_ALGORITHM_HPP
-
-#include "../../algorithm.hpp"
-#include "any_image.hpp"
+//
+// Copyright 2005-2007 Adobe Systems Incorporated
+//
+// 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_EXTENSION_DYNAMIC_IMAGE_ALGORITHM_HPP
+#define BOOST_GIL_EXTENSION_DYNAMIC_IMAGE_ALGORITHM_HPP
+
+#include <boost/gil/extension/dynamic_image/any_image.hpp>
+
+#include <boost/gil/algorithm.hpp>
+
#include <boost/bind.hpp>
////////////////////////////////////////////////////////////////////////////////////////
@@ -168,6 +166,6 @@ void fill_pixels(const any_image_view<Types>& img_view, const Value& val) {
}
-} } // namespace boost::gil
+}} // namespace boost::gil
#endif