summaryrefslogtreecommitdiff
path: root/vcl/source/control/spinfld.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-12 00:47:12 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-12 09:26:29 +0200
commitaacf715527f73b3c3eda65e43a74975bc653586f (patch)
tree6f3355539e38aa4642f3871abc76039f8eb8fb3a /vcl/source/control/spinfld.cxx
parentd2df0adad4cad2098807803a21ced712ad21e918 (diff)
<vcl/spin.h> can be private to vcl
Change-Id: If723dd72479ab8d072581e9ffbf7a1462c5fecda
Diffstat (limited to 'vcl/source/control/spinfld.cxx')
-rw-r--r--vcl/source/control/spinfld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/spinfld.cxx b/vcl/source/control/spinfld.cxx
index 5f86629d5d17..c95bf29b1e2c 100644
--- a/vcl/source/control/spinfld.cxx
+++ b/vcl/source/control/spinfld.cxx
@@ -21,11 +21,11 @@
#include "vcl/event.hxx"
#include "vcl/decoview.hxx"
-#include "vcl/spin.h"
#include "vcl/spinfld.hxx"
#include "vcl/settings.hxx"
#include "controldata.hxx"
+#include "spin.hxx"
#include "svdata.hxx"
namespace {