diff options
Diffstat (limited to 'configmgr/source/nodemap.hxx')
-rw-r--r-- | configmgr/source/nodemap.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx index d2c33f03f506..a304cc214f14 100644 --- a/configmgr/source/nodemap.hxx +++ b/configmgr/source/nodemap.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_NODEMAP_HXX #define INCLUDED_CONFIGMGR_SOURCE_NODEMAP_HXX -#include "sal/config.h" +#include <sal/config.h> #include <map> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> namespace configmgr { |