diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:21:42 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:27 -0600 |
commit | 32319e1d5609368352b26c4b5f68b444ff246b0e (patch) | |
tree | 06b9bd9cce0b622f5b238366c78cfb56414ce643 /xmlreader/source/span.cxx | |
parent | 7ef3b651d0b081f265e310a1157bf62a3de2118f (diff) |
xmlreader: include <> for external includes
Change-Id: I8ee7c2155a721eedb9d54fc00a681f3a08790194
Diffstat (limited to 'xmlreader/source/span.cxx')
-rw-r--r-- | xmlreader/source/span.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
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 <sal/config.h> #include <cassert> -#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 <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> namespace xmlreader { |