summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 20:18:30 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 21:30:17 +0200
commit7a4587619d58129c5833819ce33caa5e87d08ed3 (patch)
tree9f423afd194eeb7b6b03176b3ae756c1f89d7525
parent7abb086b5dfa2eca3d6dafe3499ed517a73ae59c (diff)
Removed duplicated include
Change-Id: I5dd605c945056af66ae2cb90977fc5baedc2cfc0 Reviewed-on: https://gerrit.libreoffice.org/76340 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--vcl/source/app/svapp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 6632364f1c6c..7814e6755fc6 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -70,7 +70,6 @@
#include <comphelper/lok.hxx>
#include <comphelper/solarmutex.hxx>
#include <osl/process.h>
-#include <comphelper/lok.hxx>
#include <cassert>
#include <utility>