Blame boost/date_time.hpp

Packit 58578d
#ifndef BOOST_DATE_TIME_ALL_HPP___
Packit 58578d
#define BOOST_DATE_TIME_ALL_HPP___
Packit 58578d
Packit 58578d
/* Copyright (c) 2006 CrystalClear Software, Inc.
Packit 58578d
 * Use, modification and distribution is subject to the 
Packit 58578d
 * Boost Software License, Version 1.0. (See accompanying
Packit 58578d
 * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
Packit 58578d
 * Author: Jeff Garland
Packit 58578d
 * $Date$
Packit 58578d
 */
Packit 58578d
 
Packit 58578d
 //  See www.boost.org/libs/date_time for documentation.
Packit 58578d
Packit 58578d
//gregorian and posix time included by indirectly
Packit 58578d
#include "boost/date_time/local_time/local_time.hpp"
Packit 58578d
Packit 58578d
#endif // BOOST_DATE_TIME_ALL_HPP___