commit | cf07e100176f6b08cfb1112ec9112a2aff2d4b2f | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Wed Oct 23 20:20:59 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Oct 23 20:20:59 2002 +0000 |
tree | 446b9ebb05939ec3c19032006ff707ad02617760 | |
parent | da93e83b90b5a07b975af47f642250f749f87333 [diff] [blame] |
Don't use wine/unicode.h in the header files, include it directly where needed instead.
diff --git a/loader/module.c b/loader/module.c index 91a8836..d430ea1 100644 --- a/loader/module.c +++ b/loader/module.c
@@ -36,7 +36,9 @@ #include "heap.h" #include "file.h" #include "module.h" + #include "wine/debug.h" +#include "wine/unicode.h" #include "wine/server.h" WINE_DEFAULT_DEBUG_CHANNEL(module);