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