summaryrefslogtreecommitdiff
path: root/boost/gil/extension/io/pnm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/io/pnm.hpp')
-rw-r--r--boost/gil/extension/io/pnm.hpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/boost/gil/extension/io/pnm.hpp b/boost/gil/extension/io/pnm.hpp
new file mode 100644
index 0000000000..8e69277fce
--- /dev/null
+++ b/boost/gil/extension/io/pnm.hpp
@@ -0,0 +1,25 @@
+/*
+ Copyright 2008 Christian Henning
+ 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).
+*/
+
+/*************************************************************************************************/
+
+#ifndef BOOST_GIL_EXTENSION_IO_PNM_HPP
+#define BOOST_GIL_EXTENSION_IO_PNM_HPP
+
+////////////////////////////////////////////////////////////////////////////////////////
+/// \file
+/// \brief
+/// \author Christian Henning \n
+///
+/// \date 2008 \n
+///
+////////////////////////////////////////////////////////////////////////////////////////
+
+#include <boost/gil/extension/io/pnm/read.hpp>
+#include <boost/gil/extension/io/pnm/write.hpp>
+
+#endif