Index: configmgr/source/inc/change.hxx =================================================================== RCS file: /cvs/oo/util/configmgr/source/inc/change.hxx,v retrieving revision 1.17 diff -u -r1.17 change.hxx --- configmgr/source/inc/change.hxx 2002/02/15 15:44:04 1.17 +++ configmgr/source/inc/change.hxx 2002/10/09 23:58:39 @@ -62,14 +62,15 @@ #ifndef CONFIGMGR_CHANGE_HXX #define CONFIGMGR_CHANGE_HXX +#ifndef _CONFIGMGR_TREE_VALUENODE_HXX +#include "valuenode.hxx" +#endif + #ifndef CONFIGMGR_TREESEGMENT_HXX #include "treesegment.hxx" #endif #ifndef CONFIGMGR_TREEADDRESS_HXX #include "treeaddress.hxx" -#endif -#ifndef _CONFIGMGR_TREE_VALUENODE_HXX -#include "valuenode.hxx" #endif #ifndef _SAL_TYPES_H_