/*************************************************************************** * * Copyright (c) 2009 Baidu.com, Inc. All Rights Reserved * $Id: list.h,v 1.2 2009/03/09 04:56:41 xiaowei Exp $ * **************************************************************************/ /** * @file bsllist.h * @author xiaowei(com@baidu.com) * @date 2009/01/13 11:37:07 * @version $Revision: 1.2 $ * @brief * **/ #ifndef __BSLLIST_H_ #define __BSLLIST_H_ #include "containers/list/bsl_list.h" #include "containers/slist/bsl_slist.h" #endif //__BSLLIST_H_ /* vim: set ts=4 sw=4 sts=4 tw=100 noet: */