/* */ #ifndef _D_FILE_ALLOCATION_MAN_H_ #define _D_FILE_ALLOCATION_MAN_H_ #include "common.h" #include "SequentialPicker.h" namespace aria2 { class FileAllocationEntry; typedef SequentialPicker FileAllocationMan; } // namespace aria2 #endif // _D_FILE_ALLOCATION_MAN_H_