]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/gil/extension/io/pnm.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / gil / extension / io / pnm.hpp
CommitLineData
92f5a8d4
TL
1//
2// Copyright 2008 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_IO_PNM_HPP
9#define BOOST_GIL_EXTENSION_IO_PNM_HPP
10
11#include <boost/gil/extension/io/pnm/read.hpp>
12#include <boost/gil/extension/io/pnm/write.hpp>
13
14#endif