/*************************************************************************** * * Copyright (c) 2009 Baidu.com, Inc. All Rights Reserved * $Id: set.h,v 1.2 2009/03/09 04:56:41 xiaowei Exp $ * **************************************************************************/ /** * @file bslset.h * @author xiaowei(com@baidu.com) * @date 2009/01/13 11:35:10 * @version $Revision: 1.2 $ * @brief * **/ #ifndef __BSLSET_H_ #define __BSLSET_H_ #include "containers/hash/bsl_hashset.h" #include "containers/hash/bsl_phashset.h" #include "containers/hash/bsl_readset.h" #endif //__BSLSET_H_ /* vim: set ts=4 sw=4 sts=4 tw=100 noet: */