summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Instance_Print.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-06-01 15:28:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-06-01 15:28:26 +0200
commit9a865aa2880b28953e313389e44974dab88e535b (patch)
tree07698dc86375feced8bc45be86d4d5f386af5f7d /vcl/qt5/Qt5Instance_Print.cxx
parent1cfe22ff1d8327f015a2ef17175f8c7845929432 (diff)
Various trivial loplugin fixes in --enable-qt5
Change-Id: I9539eb77f663e1174919ae801495801f81571710
Diffstat (limited to 'vcl/qt5/Qt5Instance_Print.cxx')
-rw-r--r--vcl/qt5/Qt5Instance_Print.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qt5/Qt5Instance_Print.cxx b/vcl/qt5/Qt5Instance_Print.cxx
index 802f2591ccfe..a0bfed1d2f9f 100644
--- a/vcl/qt5/Qt5Instance_Print.cxx
+++ b/vcl/qt5/Qt5Instance_Print.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "Qt5Instance.hxx"
-#include "Qt5Printer.hxx"
+#include <Qt5Instance.hxx>
+#include <Qt5Printer.hxx>
#include <vcl/svapp.hxx>
#include <vcl/timer.hxx>