basic/source/runtime/dllmgr-none.cxx | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit 96ad8c680cfcdb4e0e279a5f9b4d2031de0376b6 Author: Daniel Lee <[email protected]> AuthorDate: Thu Nov 20 22:11:16 2025 -0600 Commit: Hossein <[email protected]> CommitDate: Mon Nov 24 00:23:03 2025 +0100 tdf#82580 Remove prewin.h/postwin.h headers Change-Id: Ic15376d38ad8dc5ede3bbb90c9021c5d4496b5d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194297 Tested-by: Jenkins Reviewed-by: Devansh Varshney <[email protected]> Reviewed-by: Hossein <[email protected]> diff --git a/basic/source/runtime/dllmgr-none.cxx b/basic/source/runtime/dllmgr-none.cxx index 2a03e2ae7855..1876b9440edc 100644 --- a/basic/source/runtime/dllmgr-none.cxx +++ b/basic/source/runtime/dllmgr-none.cxx @@ -19,11 +19,6 @@ #include <sal/config.h> -#if defined(_WIN32) -#include <prewin.h> -#include <postwin.h> -#endif - #include <basic/sberrors.hxx> #include <basic/sbx.hxx> #include <basic/sbxvar.hxx>
