summaryrefslogtreecommitdiffstats
path: root/configmgr/source/propertynode.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/propertynode.cxx
parentwriterfilter: remove unused AddingTable.cxx (diff)
downloadcore-9c1ff374e92ea74a7244fd131a49bbad1eddb6e8.tar.gz
core-9c1ff374e92ea74a7244fd131a49bbad1eddb6e8.zip
fix-includes.pl: configmgr
Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d
Diffstat (limited to 'configmgr/source/propertynode.cxx')
-rw-r--r--configmgr/source/propertynode.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/configmgr/source/propertynode.cxx b/configmgr/source/propertynode.cxx
index 31d7c161cb15..bec6918dda9d 100644
--- a/configmgr/source/propertynode.cxx
+++ b/configmgr/source/propertynode.cxx
@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cassert>
-#include "com/sun/star/beans/Optional.hpp"
-#include "com/sun/star/uno/Any.hxx"
-#include "rtl/ref.hxx"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
-#include "sal/log.hxx"
+#include <com/sun/star/beans/Optional.hpp>
+#include <com/sun/star/uno/Any.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/ustring.h>
+#include <rtl/ustring.hxx>
+#include <sal/log.hxx>
#include "components.hxx"
#include "node.hxx"