View | Details | Raw Unified | Return to issue 8197
Collapse All | Expand All

(-)configmgr/source/inc/change.hxx (-3 / +4 lines)
Lines 62-75 Link Here
62
#ifndef CONFIGMGR_CHANGE_HXX
62
#ifndef CONFIGMGR_CHANGE_HXX
63
#define CONFIGMGR_CHANGE_HXX
63
#define CONFIGMGR_CHANGE_HXX
64
64
65
#ifndef _CONFIGMGR_TREE_VALUENODE_HXX
66
#include "valuenode.hxx"
67
#endif
68
65
#ifndef CONFIGMGR_TREESEGMENT_HXX
69
#ifndef CONFIGMGR_TREESEGMENT_HXX
66
#include "treesegment.hxx"
70
#include "treesegment.hxx"
67
#endif
71
#endif
68
#ifndef CONFIGMGR_TREEADDRESS_HXX
72
#ifndef CONFIGMGR_TREEADDRESS_HXX
69
#include "treeaddress.hxx"
73
#include "treeaddress.hxx"
70
#endif
71
#ifndef _CONFIGMGR_TREE_VALUENODE_HXX
72
#include "valuenode.hxx"
73
#endif
74
#endif
74
75
75
#ifndef _SAL_TYPES_H_
76
#ifndef _SAL_TYPES_H_

Return to issue 8197