diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-03 09:59:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-03 20:24:00 +0100 |
commit | 3d826d780af366c7ed650ec44e7bcb20b02e2c70 (patch) | |
tree | 5b0d79f92a64eaa11667a20edaf6392e42480b02 /svtools/source/dialogs/PlaceEditDialog.cxx | |
parent | 12f9fdfac8b41d74e9474e8966e3d28755424931 (diff) |
make some headers private
as shown with ./bin/find-headers-to-move-inside-modules.py
Change-Id: I7662417e76fe00c0fc352957560e104b6c2a3d61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87850
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/dialogs/PlaceEditDialog.cxx')
-rw-r--r-- | svtools/source/dialogs/PlaceEditDialog.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/source/dialogs/PlaceEditDialog.cxx b/svtools/source/dialogs/PlaceEditDialog.cxx index b832bd608e6b..deaea90b0d7b 100644 --- a/svtools/source/dialogs/PlaceEditDialog.cxx +++ b/svtools/source/dialogs/PlaceEditDialog.cxx @@ -10,7 +10,6 @@ #include <config_oauth2.h> #include <svtools/PlaceEditDialog.hxx> -#include <svtools/ServerDetailsControls.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <officecfg/Office/Common.hxx> @@ -18,6 +17,8 @@ #include <svtools/strings.hrc> #include <svtools/place.hxx> +#include "ServerDetailsControls.hxx" + using namespace com::sun::star::uno; PlaceEditDialog::PlaceEditDialog(weld::Window* pParent) |