summaryrefslogtreecommitdiff
path: root/vcl/source/window/mouse.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 19:20:01 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 19:20:13 +1100
commitd3947708e1a3b9c1b4a7073b7fe5ff3d6b05bdf0 (patch)
tree10ac66f9fbac0be2c2dba86623e85811d3f38c8f /vcl/source/window/mouse.cxx
parente3b0d5987b817af86e2ecb3616b8d1bde306ba08 (diff)
vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}
Change-Id: Ia9d41552a8361e086d6fcb379e041522d40fb7e9
Diffstat (limited to 'vcl/source/window/mouse.cxx')
-rw-r--r--vcl/source/window/mouse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx
index 330cb701a695..5c9fca378f3e 100644
--- a/vcl/source/window/mouse.cxx
+++ b/vcl/source/window/mouse.cxx
@@ -38,7 +38,7 @@
#include <salgdi.hxx>
#include <salframe.hxx>
#include <dndlcon.hxx>
-#include <dndevdis.hxx>
+#include "dndeventdispatcher.hxx"
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>