diff options
-rw-r--r-- | configmgr/source/api2/apiaccessobj.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/api2/apiaccessobj.hxx b/configmgr/source/api2/apiaccessobj.hxx index 3607bc31d3a3..7f7a90167fb9 100644 --- a/configmgr/source/api2/apiaccessobj.hxx +++ b/configmgr/source/api2/apiaccessobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: apiaccessobj.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: jb $ $Date: 2002-02-11 13:47:53 $ + * last change: $Author: vg $ $Date: 2003-10-06 16:09:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,9 @@ #include "apinodeupdate.hxx" #include "apitreeimplobj.hxx" +#ifndef CONFIGMGR_CONFIGNODE_HXX_ #include "noderef.hxx" +#endif #include "apiserviceinfo.hxx" |