imgtools/imglib/boostlibrary/boost/filesystem.hpp
changeset 600 6d08f4a05d93
equal deleted inserted replaced
599:fa7a3cc6effd 600:6d08f4a05d93
       
     1 //  boost/filesystem/filesystem.hpp  -----------------------------------------//
       
     2 
       
     3 //  Copyright Beman Dawes 2005
       
     4 
       
     5 //  Use, modification, and distribution is subject to the Boost Software
       
     6 //  License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
       
     7 //  http://www.boost.org/LICENSE_1_0.txt)
       
     8 
       
     9 //  See library home page at http://www.boost.org/libs/filesystem
       
    10 
       
    11 //----------------------------------------------------------------------------// 
       
    12 
       
    13 #ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
       
    14 #define BOOST_FILESYSTEM_FILESYSTEM_HPP
       
    15 
       
    16 #include <boost/filesystem/operations.hpp>   // includes path.hpp
       
    17 #include <boost/filesystem/convenience.hpp>
       
    18 
       
    19 #endif
       
    20