00001 #ifndef _typedef_H 00002 #define _typedef_H 1 00003 00004 #include <string> 00005 #include <vector> 00006 00007 typedef std::vector<std::string> FileList; 00008 00009 #endif