/* */ #ifndef D_A2_ITERATOR_H #define D_A2_ITERATOR_H #include "common.h" #include namespace aria2 { typedef std::pair Scip; typedef std::pair Sip; } // namespace aria2 #endif // D_A2_ITERATOR_H