summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-12 15:31:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-13 07:46:16 +0200
commit3c3f7d784eadd60c053284ec2835675f158d4156 (patch)
tree0772787cb2ab5116cc710d80dfaab930faa5b5d8 /cui
parent3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff)
Removed duplicated includes
No automatic tools. Manual checked and tested. Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754 Reviewed-on: https://gerrit.libreoffice.org/36371 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optjava.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index 03a2c6232d83..1863f4c188ba 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -39,7 +39,7 @@
#include <vcl/waitobj.hxx>
#include <unotools/pathoptions.hxx>
#include <svtools/imagemgr.hxx>
-#include "svtools/restartdialog.hxx"
+#include <svtools/restartdialog.hxx>
#include "svtools/treelistentry.hxx"
#include <sfx2/filedlghelper.hxx>
#include <sfx2/inputdlg.hxx>
@@ -59,7 +59,6 @@
#define CLASSPATH_DELIMITER SAL_PATHSEPARATOR
-#include <svtools/restartdialog.hxx>
#include <comphelper/solarmutex.hxx>
using namespace ::com::sun::star::lang;