From 32319e1d5609368352b26c4b5f68b444ff246b0e Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 11 Nov 2013 22:21:42 -0600 Subject: xmlreader: include <> for external includes Change-Id: I8ee7c2155a721eedb9d54fc00a681f3a08790194 --- xmlreader/source/pad.cxx | 8 ++++---- xmlreader/source/span.cxx | 18 +++++++++--------- xmlreader/source/xmlreader.cxx | 26 +++++++++++++------------- 3 files changed, 26 insertions(+), 26 deletions(-) (limited to 'xmlreader') diff --git a/xmlreader/source/pad.cxx b/xmlreader/source/pad.cxx index c7d9b4dba9b2..94040bbd2493 100644 --- a/xmlreader/source/pad.cxx +++ b/xmlreader/source/pad.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include -#include "sal/types.h" -#include "xmlreader/pad.hxx" -#include "xmlreader/span.hxx" +#include +#include +#include namespace xmlreader { diff --git a/xmlreader/source/span.cxx b/xmlreader/source/span.cxx index 8863d23dccf8..b9d9a3f78f1f 100644 --- a/xmlreader/source/span.cxx +++ b/xmlreader/source/span.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/textcvt.h" -#include "rtl/textenc.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "xmlreader/span.hxx" +#include +#include +#include +#include +#include +#include +#include +#include namespace xmlreader { diff --git a/xmlreader/source/xmlreader.cxx b/xmlreader/source/xmlreader.cxx index a014892590fa..13e278091f86 100644 --- a/xmlreader/source/xmlreader.cxx +++ b/xmlreader/source/xmlreader.cxx @@ -17,24 +17,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "osl/file.h" -#include "rtl/string.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "xmlreader/pad.hxx" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace xmlreader { -- cgit