Alexandre Julliard : kernelbase: Don't use wine/server.h.

Alexandre Julliard julliard at winehq.org
Tue Feb 16 16:03:19 CST 2021


Module: wine
Branch: master
Commit: 4dacf60a6a31aac8b04c8696b75c9b30fdf471d7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4dacf60a6a31aac8b04c8696b75c9b30fdf471d7

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb 16 11:43:27 2021 +0100

kernelbase: Don't use wine/server.h.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/sync.c   | 1 -
 dlls/kernelbase/volume.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dlls/kernelbase/sync.c b/dlls/kernelbase/sync.c
index f4bee2d134b..ab963c62221 100644
--- a/dlls/kernelbase/sync.c
+++ b/dlls/kernelbase/sync.c
@@ -37,7 +37,6 @@
 #include "kernelbase.h"
 #include "wine/asm.h"
 #include "wine/exception.h"
-#include "wine/server.h"
 #include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(sync);
diff --git a/dlls/kernelbase/volume.c b/dlls/kernelbase/volume.c
index 7daf9c98823..a0d1bb705b3 100644
--- a/dlls/kernelbase/volume.c
+++ b/dlls/kernelbase/volume.c
@@ -38,7 +38,6 @@
 #include "ddk/mountmgr.h"
 #include "ddk/wdm.h"
 #include "kernelbase.h"
-#include "wine/server.h"
 #include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(volume);




More information about the wine-cvs mailing list