#ifndef G__LIST_DLL
#pragma include_noerr <list.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/list>
#else
#include <_list.h>
#endif
