#ifndef __NOTELIST_H #define __NOTELIST_H #ifndef __GLIST_H #include "glist.h" #endif #ifndef __NOTE_H #include "note.h" #endif declare( List, Note ); #ifndef NoteList #define NoteList GENERIC( Note, List ) #endif #define NoteListIterator GENERIC( Note, ListIterator ) #endif //__NOTELIST_H //