/* */ #ifndef _D_CHECK_INTEGRITY_MAN_H_ #define _D_CHECK_INTEGRITY_MAN_H_ #include "common.h" #include "SequentialPicker.h" namespace aria2 { class CheckIntegrityEntry; typedef SequentialPicker CheckIntegrityMan; } // namespace aria2 #endif // _D_CHECK_INTEGRITY_MAN_H_