#ifndef ArgList_hh #define ArgList_hh #include #include typedef std::list ArgList; #endif