diff options
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/hyperlabel.cxx | 2 | ||||
-rw-r--r-- | vcl/source/control/roadmap.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/hyperlabel.cxx b/vcl/source/control/hyperlabel.cxx index ff0de4c8dd06..f42debe51ee2 100644 --- a/vcl/source/control/hyperlabel.cxx +++ b/vcl/source/control/hyperlabel.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/hyperlabel.hxx> #include <tools/color.hxx> #include <vcl/event.hxx> #include <vcl/settings.hxx> #include <vcl/ptrstyle.hxx> +#include <hyperlabel.hxx> namespace vcl { diff --git a/vcl/source/control/roadmap.cxx b/vcl/source/control/roadmap.cxx index 133d196dcf35..6233edf47f7e 100644 --- a/vcl/source/control/roadmap.cxx +++ b/vcl/source/control/roadmap.cxx @@ -20,9 +20,9 @@ #include <vector> #include <algorithm> #include <vcl/event.hxx> -#include <vcl/hyperlabel.hxx> #include <vcl/toolkit/roadmap.hxx> #include <vcl/settings.hxx> +#include <hyperlabel.hxx> #include <tools/color.hxx> #include <rtl/ustring.hxx> |