summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-01-30 13:27:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-01-30 13:27:33 +0100
commitfc67d2000631bb83812fecbf99e4179ccdac1487 (patch)
treea946c10dba0773bb34a9a12ade78dd33c6c89a11
parentbf93bae6990b01ee726b59b0969b93585719671a (diff)
loplugin:includeform
Change-Id: I8ac8b1cbbf94f405ffef0037b6957b35d44a8f91
-rw-r--r--vcl/inc/qt5/Qt5DragAndDrop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5DragAndDrop.hxx b/vcl/inc/qt5/Qt5DragAndDrop.hxx
index 7ad5dfcec9b8..099ba444ea15 100644
--- a/vcl/inc/qt5/Qt5DragAndDrop.hxx
+++ b/vcl/inc/qt5/Qt5DragAndDrop.hxx
@@ -11,7 +11,7 @@
#pragma once
#include <cppuhelper/compbase.hxx>
-#include <Qt5Clipboard.hxx>
+#include "Qt5Clipboard.hxx"
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>