#ifndef ARGLIST_H #define ARGLIST_H #include #include #include typedef std::list ArgList; typedef std::vector ArgVector; #endif