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