Kaydet (Commit) 32319e1d authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

xmlreader: include <> for external includes

Change-Id: I8ee7c2155a721eedb9d54fc00a681f3a08790194
üst 7ef3b651
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include "sal/types.h" #include <sal/types.h>
#include "xmlreader/pad.hxx" #include <xmlreader/pad.hxx>
#include "xmlreader/span.hxx" #include <xmlreader/span.hxx>
namespace xmlreader { namespace xmlreader {
......
...@@ -17,18 +17,18 @@ ...@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
#include "rtl/textcvt.h" #include <rtl/textcvt.h>
#include "rtl/textenc.h" #include <rtl/textenc.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "xmlreader/span.hxx" #include <xmlreader/span.hxx>
namespace xmlreader { namespace xmlreader {
......
...@@ -17,24 +17,24 @@ ...@@ -17,24 +17,24 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include <climits> #include <climits>
#include <cstddef> #include <cstddef>
#include "com/sun/star/container/NoSuchElementException.hpp" #include <com/sun/star/container/NoSuchElementException.hpp>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
#include "osl/file.h" #include <osl/file.h>
#include "rtl/string.h" #include <rtl/string.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/log.hxx" #include <sal/log.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "xmlreader/pad.hxx" #include <xmlreader/pad.hxx>
#include "xmlreader/span.hxx" #include <xmlreader/span.hxx>
#include "xmlreader/xmlreader.hxx" #include <xmlreader/xmlreader.hxx>
namespace xmlreader { namespace xmlreader {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment