summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-05 15:29:21 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-07 14:37:42 +0200
commit5aa54f17441afee8c2001d73f4b590eeeafd7414 (patch)
treec9cc7b8833abafa5f63e6c003bc2ab892b6959eb /xmlhelp
parentfbd414741157b969924318462ebfcfb5ccf4d3dc (diff)
break circular include
of include/vcl/window.hxx and include/vcl/vclevent.hxx Change-Id: Iacb3cc942693a732de5899af26e08e0977a83102 Reviewed-on: https://gerrit.libreoffice.org/37338 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 0df51a5e577a..25c9d4f75467 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -20,14 +20,15 @@
#include <memory>
#include "db.hxx"
#include <osl/diagnose.h>
+#include <osl/file.hxx>
#include <osl/thread.h>
#include <osl/process.h>
+#include <rtl/character.hxx>
#include <rtl/uri.hxx>
-#include <osl/file.hxx>
+#include <rtl/ustrbuf.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/awt/Toolkit.hpp>
#include <com/sun/star/i18n/Collator.hpp>
-#include <rtl/ustrbuf.hxx>
#include "inputstream.hxx"
#include <algorithm>
#include <cassert>