diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:49 +0200 |
commit | b0c76a6336ccc2a3be56067fe1e1b0b058b704b9 (patch) | |
tree | 7a34494d7f0816f5ae399d663b3fad1344fa007d /toolkit/source/controls/unocontrols.cxx | |
parent | 022e64e8380423909b187fddce9c17f7d5fb6ec4 (diff) |
loplugin:includeform: toolkit
Change-Id: If080e5da5d18b53ac4b85f82fbb4a72b894765dd
Diffstat (limited to 'toolkit/source/controls/unocontrols.cxx')
-rw-r--r-- | toolkit/source/controls/unocontrols.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx index 80d4def816fd..a53188af6775 100644 --- a/toolkit/source/controls/unocontrols.cxx +++ b/toolkit/source/controls/unocontrols.cxx @@ -60,8 +60,8 @@ #include <algorithm> -#include "helper/imagealign.hxx" -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/imagealign.hxx> +#include <helper/unopropertyarrayhelper.hxx> using namespace css; using namespace css::awt; |