fix doc example typo
[boost.git] / boost / filesystem.hpp
blobaa65b2119a6dbb094763bfe12d6c3ae81ac5526d
1 // boost/filesystem/filesystem.hpp -----------------------------------------//
3 // Copyright Beman Dawes 2005
5 // Use, modification, and distribution is subject to the Boost Software
6 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See library home page at http://www.boost.org/libs/filesystem
11 //----------------------------------------------------------------------------//
13 #ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
14 #define BOOST_FILESYSTEM_FILESYSTEM_HPP
16 #include <boost/filesystem/operations.hpp> // includes path.hpp
17 #include <boost/filesystem/convenience.hpp>
19 #endif