Commit 4dacf60a authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 58eceff1
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include "kernelbase.h" #include "kernelbase.h"
#include "wine/asm.h" #include "wine/asm.h"
#include "wine/exception.h" #include "wine/exception.h"
#include "wine/server.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(sync); WINE_DEFAULT_DEBUG_CHANNEL(sync);
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include "ddk/mountmgr.h" #include "ddk/mountmgr.h"
#include "ddk/wdm.h" #include "ddk/wdm.h"
#include "kernelbase.h" #include "kernelbase.h"
#include "wine/server.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(volume); WINE_DEFAULT_DEBUG_CHANNEL(volume);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment