// file : cxx/tree/custom/taxonomy/people-custom-fwd.hxx // copyright : not copyrighted - public domain // Do not include this file directly, use people-fwd.hxx instead. This // file is included into generated people-fwd.hxx so we do not need to // guard against multiple inclusions. // namespace people { template class person_impl; template class superman_impl; template class batman_impl; }