filesystem.hpp 730 B

123456789101112131415161718192021
  1. // boost/filesystem.hpp --------------------------------------------------------------//
  2. // Copyright Beman Dawes 2010
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. // Library home page: http://www.boost.org/libs/filesystem
  6. //--------------------------------------------------------------------------------------//
  7. #ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
  8. #define BOOST_FILESYSTEM_FILESYSTEM_HPP
  9. # include <boost/filesystem/config.hpp>
  10. # include <boost/filesystem/path.hpp>
  11. # include <boost/filesystem/operations.hpp>
  12. # include <boost/filesystem/convenience.hpp>
  13. # include <boost/filesystem/string_file.hpp>
  14. #endif // BOOST_FILESYSTEM_FILESYSTEM_HPP