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/awt/vclxtoolkit.cxx | |
parent | 022e64e8380423909b187fddce9c17f7d5fb6ec4 (diff) |
loplugin:includeform: toolkit
Change-Id: If080e5da5d18b53ac4b85f82fbb4a72b894765dd
Diffstat (limited to 'toolkit/source/awt/vclxtoolkit.cxx')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 62fc854b0821..623866a5a854 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -117,13 +117,13 @@ #if HAVE_FEATURE_OPENGL #include <vcl/opengl/OpenGLWrapper.hxx> #endif -#include "toolkit/awt/vclxspinbutton.hxx" +#include <toolkit/awt/vclxspinbutton.hxx> #include <tools/debug.hxx> #include <comphelper/processfactory.hxx> #include <toolkit/awt/scrollabledialog.hxx> #include <comphelper/profilezone.hxx> -#include "helper/unowrapper.hxx" +#include <helper/unowrapper.hxx> #if defined(_WIN32) #define SYSTEM_DEPENDENT_TYPE css::lang::SystemDependent::SYSTEM_WIN32 |