| 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/operations.hpp> |
| 18 | # include <boost/filesystem/convenience.hpp> |
| 19 | # include <boost/filesystem/string_file.hpp> |
| 20 | |
| 21 | #endif // BOOST_FILESYSTEM_FILESYSTEM_HPP |
| 22 |