#ifndef LIST_H_D7DEA7D8 #define LIST_H_D7DEA7D8 #include namespace twitter { class list { public: list(); list(std::string data); }; }; #endif /* end of include guard: LIST_H_D7DEA7D8 */