#ifndef __VIEWGROUPLIST_HPP #define __VIEWGROUPLIST_HPP #include "chain.hpp" class ViewGroup; typedef Chain ViewGroupList; #endif