summaryrefslogtreecommitdiff
path: root/vcl/inc/regionband.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-11 10:20:07 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-11 10:30:15 +0200
commitcd7bce9e3701942438e420c9dde69f44eab5fa00 (patch)
tree3537062f73ac52eaaf038e2f50aa502b9f4e8422 /vcl/inc/regionband.hxx
parenta1fc912096220648bb2064ff3603bd95fdc84d93 (diff)
regband.hxx is private to vcl
Change-Id: If17510b572aa172c8d973f74b881b0d723213eef
Diffstat (limited to 'vcl/inc/regionband.hxx')
-rw-r--r--vcl/inc/regionband.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/regionband.hxx b/vcl/inc/regionband.hxx
index c913cc8eabed..ed48a737dcd0 100644
--- a/vcl/inc/regionband.hxx
+++ b/vcl/inc/regionband.hxx
@@ -18,9 +18,10 @@
#ifndef INCLUDED_VCL_INC_REGIONBAND_HXX
#define INCLUDED_VCL_INC_REGIONBAND_HXX
-#include <vcl/regband.hxx>
#include <vcl/region.hxx>
+#include "regband.hxx"
+
#ifdef DBG_UTIL
const char* ImplDbgTestRegionBand(const void*);
#endif