diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2022-06-27 19:04:24 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-07-20 12:20:59 +0200 |
commit | 845393b9aa9057c5ace3c41ad5ac629b895d7f7f (patch) | |
tree | 86f6e1d8b69247c491eea72195cc1cdf5a40e4fb /toolkit | |
parent | 6721eddbcfefd9503a49499956e53d1a76f6712f (diff) |
move wintypes.hxx from tools to vcl
Change-Id: Ief9949fd4252de9e33df172af07aa7ed097b5520
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136560
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/helper/imagealign.hxx | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/helper/imagealign.hxx b/toolkit/inc/helper/imagealign.hxx index 087a9f540b77..b3c68cd210a3 100644 --- a/toolkit/inc/helper/imagealign.hxx +++ b/toolkit/inc/helper/imagealign.hxx @@ -21,7 +21,7 @@ #define INCLUDED_TOOLKIT_INC_HELPER_IMAGEALIGN_HXX #include <sal/types.h> -#include <tools/wintypes.hxx> +#include <vcl/wintypes.hxx> namespace toolkit { diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 4916352aa5c5..a2e98ff17202 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -61,7 +61,7 @@ #include <rtl/process.h> #include <sal/log.hxx> #include <tools/link.hxx> -#include <tools/wintypes.hxx> +#include <vcl/wintypes.hxx> #ifdef MACOSX #include <premac.h> |