summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.56.0/boost/date_time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.56.0/boost/date_time.hpp')
-rw-r--r--src/third_party/boost-1.56.0/boost/date_time.hpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/third_party/boost-1.56.0/boost/date_time.hpp b/src/third_party/boost-1.56.0/boost/date_time.hpp
deleted file mode 100644
index 51628cd3288..00000000000
--- a/src/third_party/boost-1.56.0/boost/date_time.hpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef BOOST_DATE_TIME_ALL_HPP___
-#define BOOST_DATE_TIME_ALL_HPP___
-
-/* Copyright (c) 2006 CrystalClear Software, Inc.
- * Use, modification and distribution is subject to the
- * Boost Software License, Version 1.0. (See accompanying
- * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
- * Author: Jeff Garland
- * $Date$
- */
-
- // See www.boost.org/libs/date_time for documentation.
-
-//gregorian and posix time included by indirectly
-#include "boost/date_time/local_time/local_time.hpp"
-
-#endif // BOOST_DATE_TIME_ALL_HPP___