summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:42:18 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:51 -0600
commit02b3c19e1dede687fb151cfbaf980307edb1cf2e (patch)
treef3f821251c46d574bce84b7bebab3caaa3355a15 /include/sax
parentf726c640bbc3cc03d4dc678f058211ddb6a6ed03 (diff)
fdo#65108 inter-module includes <> include/sax
Change-Id: I54bf5ba4bb2e9ded32290da2db262a688856ff47
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/fastattribs.hxx2
-rw-r--r--include/sax/tools/converter.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx
index 8a8fffb5b81c..f4a939293cac 100644
--- a/include/sax/fastattribs.hxx
+++ b/include/sax/fastattribs.hxx
@@ -26,7 +26,7 @@
#include <com/sun/star/xml/FastAttribute.hpp>
#include <cppuhelper/implbase1.hxx>
-#include "sax/saxdllapi.h"
+#include <sax/saxdllapi.h>
#include <map>
#include <vector>
diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx
index d984c2ac094d..86671ce5bed2 100644
--- a/include/sax/tools/converter.hxx
+++ b/include/sax/tools/converter.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SAX_TOOLS_CONVERTER_HXX
#define INCLUDED_SAX_TOOLS_CONVERTER_HXX
-#include "sax/saxdllapi.h"
+#include <sax/saxdllapi.h>
#include <boost/optional/optional.hpp>