From 93037e30610ef9549acadf4696f119dde2f5307f Mon Sep 17 00:00:00 2001
From: Thomas Arnhold <thomas@arnhold.org>
Date: Thu, 15 May 2014 18:58:32 +0200
Subject: fix-includes.pl: svgio

Change-Id: I660f0b2da8f5e6fd8de37e22fd4edd2bd8d21ef8
---
 svgio/source/svguno/svguno.cxx     | 8 ++++----
 svgio/source/svguno/xsvgparser.cxx | 2 +-
 svgio/source/svguno/xsvgparser.hxx | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/svgio/source/svguno/svguno.cxx b/svgio/source/svguno/svguno.cxx
index 2c15990f37a5..f0dbe264e127 100644
--- a/svgio/source/svguno/svguno.cxx
+++ b/svgio/source/svguno/svguno.cxx
@@ -17,11 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include "sal/config.h"
+#include <sal/config.h>
 
-#include "cppuhelper/factory.hxx"
-#include "cppuhelper/implementationentry.hxx"
-#include "sal/types.h"
+#include <cppuhelper/factory.hxx>
+#include <cppuhelper/implementationentry.hxx>
+#include <sal/types.h>
 
 #include "xsvgparser.hxx"
 
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 2032ce8f2ef6..988469889668 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include "sal/config.h"
+#include <sal/config.h>
 
 #include <boost/noncopyable.hpp>
 #include <com/sun/star/graphic/XSvgParser.hpp>
diff --git a/svgio/source/svguno/xsvgparser.hxx b/svgio/source/svguno/xsvgparser.hxx
index 01513e08e7b7..7853b1e2c03c 100644
--- a/svgio/source/svguno/xsvgparser.hxx
+++ b/svgio/source/svguno/xsvgparser.hxx
@@ -20,11 +20,11 @@
 #ifndef INCLUDED_SVGIO_SOURCE_SVGUNO_XSVGPARSER_HXX
 #define INCLUDED_SVGIO_SOURCE_SVGUNO_XSVGPARSER_HXX
 
-#include "sal/config.h"
+#include <sal/config.h>
 
-#include "com/sun/star/uno/Reference.hxx"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "sal/types.h"
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <sal/types.h>
 
 namespace com { namespace sun { namespace star {
     namespace uno {
-- 
cgit