/* */ #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