$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65119 - trunk/boost/preprocessor/seq
From: steven_at_[hidden]
Date: 2010-08-29 22:24:43
Author: steven_watanabe
Date: 2010-08-29 22:24:41 EDT (Sun, 29 Aug 2010)
New Revision: 65119
URL: http://svn.boost.org/trac/boost/changeset/65119
Log:
Remove unused #include. Refs #4465.
Text files modified:
trunk/boost/preprocessor/seq/size.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/preprocessor/seq/size.hpp
==============================================================================
--- trunk/boost/preprocessor/seq/size.hpp (original)
+++ trunk/boost/preprocessor/seq/size.hpp 2010-08-29 22:24:41 EDT (Sun, 29 Aug 2010)
@@ -14,7 +14,6 @@
#
# include <boost/preprocessor/cat.hpp>
# include <boost/preprocessor/config/config.hpp>
-# include <boost/preprocessor/tuple/eat.hpp>
#
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC()
# define BOOST_PP_SEQ_SIZE(seq) BOOST_PP_SEQ_SIZE_I((seq))