diff options
-rw-r--r-- | vcl/inc/win/winlayout.hxx (renamed from vcl/win/gdi/winlayout.hxx) | 4 | ||||
-rw-r--r-- | vcl/win/gdi/winlayout.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/gdi/winlayout.hxx b/vcl/inc/win/winlayout.hxx index e44befaf2a06..e6e053d4ebba 100644 --- a/vcl/win/gdi/winlayout.hxx +++ b/vcl/inc/win/winlayout.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_WIN_SOURCE_GDI_WINLAYOUT_HXX -#define INCLUDED_VCL_WIN_SOURCE_GDI_WINLAYOUT_HXX +#ifndef INCLUDED_VCL_INC_WIN_WINLAYOUT_HXX +#define INCLUDED_VCL_INC_WIN_WINLAYOUT_HXX #include <rtl/ustring.hxx> diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx index 43cc3c47ff44..e7196f6d7e04 100644 --- a/vcl/win/gdi/winlayout.cxx +++ b/vcl/win/gdi/winlayout.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "winlayout.hxx" +#include "win/winlayout.hxx" #include "osl/module.h" #include "osl/file.h" |