filesystem.hpp 656 B

1234567891011121314151617181920
  1. // boost/filesystem/filesystem.hpp -----------------------------------------//
  2. // Copyright Beman Dawes 2005
  3. // Use, modification, and distribution is subject to the Boost Software
  4. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. // See library home page at http://www.boost.org/libs/filesystem
  7. //----------------------------------------------------------------------------//
  8. #ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
  9. #define BOOST_FILESYSTEM_FILESYSTEM_HPP
  10. #include <boost/filesystem/operations.hpp> // includes path.hpp
  11. #include <boost/filesystem/convenience.hpp>
  12. #endif