blob: b0f5509bb47c388a79b41496b2683d98cafe0b39 [file] [log] [blame]
Jeff Thompson86b6d642013-10-17 15:01:56 -07001// 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