diff --git a/src/gdd/dbMapper.h b/src/gdd/dbMapper.h index b7bd7111a..0eaf51ea0 100644 --- a/src/gdd/dbMapper.h +++ b/src/gdd/dbMapper.h @@ -8,6 +8,9 @@ * $Id$ * * $Log$ + * Revision 1.11 2000/06/27 22:32:22 jhill + * backed out over-zelous use of smart pointers + * * Revision 1.10 2000/04/28 01:40:08 jhill * many changes * @@ -44,14 +47,14 @@ * */ -#include "db_access.h" -#include "cadef.h" - #include "shareLib.h" #include "aitTypes.h" #include "gdd.h" #include "smartGDDPointer.h" +#include "db_access.h" +#include "cadef.h" + class gddApplicationTypeTable; // Function proto to convert from a db_struct to a gdd. The gdd will