Jeff Thompson | 86b6d64 | 2013-10-17 15:01:56 -0700 | [diff] [blame] | 1 | // ndnboost/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 NDNBOOST_FILESYSTEM_FILESYSTEM_HPP |
| 13 | #define NDNBOOST_FILESYSTEM_FILESYSTEM_HPP |
| 14 | |
| 15 | # include <ndnboost/filesystem/config.hpp> |
| 16 | # include <ndnboost/filesystem/path.hpp> |
| 17 | # include <ndnboost/filesystem/operations.hpp> |
| 18 | # include <ndnboost/filesystem/convenience.hpp> |
| 19 | |
| 20 | #endif // NDNBOOST_FILESYSTEM_FILESYSTEM_HPP |