1// boost/filesystem.hpp --------------------------------------------------------------//
2
3// Copyright Beman Dawes 2010
4
5// Distributed under the Boost Software License, Version 1.0.
6// See http://www.boost.org/LICENSE_1_0.txt
7
8// Library home page: http://www.boost.org/libs/filesystem
9
10//--------------------------------------------------------------------------------------//
11
12#ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
13#define BOOST_FILESYSTEM_FILESYSTEM_HPP
14
15#include <boost/filesystem/config.hpp>
16#include <boost/filesystem/path.hpp>
17#include <boost/filesystem/exception.hpp>
18#include <boost/filesystem/directory.hpp>
19#include <boost/filesystem/operations.hpp>
20#include <boost/filesystem/file_status.hpp>
21
22#endif // BOOST_FILESYSTEM_FILESYSTEM_HPP
23

source code of boost/libs/filesystem/include/boost/filesystem.hpp