#ifndef __STAFFLIST_H #define __STAFFLIST_H #ifndef __GLIST_H #include "glist.h" #endif #ifndef __STAFF_H #include "staff.h" #endif declare( List, Staff ); #define StaffList GENERIC( Staff, List ) #define StaffListIterator GENERIC( Staff, ListIterator ) #endif //__STAFFLIST_H //