summaryrefslogtreecommitdiff
path: root/configmgr/source/nodemap.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-28 15:24:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-28 15:53:10 +0200
commit9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (patch)
tree3a7b04468e88e3852730fb8527d4d3313ac0054e /configmgr/source/nodemap.cxx
parente9719874c570aaf6e4385e07e68d4248c36bed96 (diff)
fix-includes.pl: configmgr
Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d
Diffstat (limited to 'configmgr/source/nodemap.cxx')
-rw-r--r--configmgr/source/nodemap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/nodemap.cxx b/configmgr/source/nodemap.cxx
index 31bac45b4e6b..683dc7019e0c 100644
--- a/configmgr/source/nodemap.cxx
+++ b/configmgr/source/nodemap.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <algorithm>
#include <cassert>
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
#include "node.hxx"
#include "nodemap.hxx"