From 0fcada9fa78729ffb916b34659b38e78e91f3b7d Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Thu, 2 Jan 2003 17:59:47 +0000 Subject: [PATCH] Removed unused #include of module.h. --- dlls/kernel/windebug.c | 1 - dlls/winedos/int16.c | 1 - dlls/winedos/int2f.c | 1 - dlls/winedos/module.c | 1 - dlls/winedos/xms.c | 1 - memory/global.c | 1 - tools/fnt2bdf.c | 1 - 7 files changed, 7 deletions(-) diff --git a/dlls/kernel/windebug.c b/dlls/kernel/windebug.c index c3c267b1c62..a9cccbaba0d 100644 --- a/dlls/kernel/windebug.c +++ b/dlls/kernel/windebug.c @@ -21,7 +21,6 @@ #include #include #include "windef.h" -#include "module.h" #include "miscemu.h" #include "wine/debug.h" diff --git a/dlls/winedos/int16.c b/dlls/winedos/int16.c index b5a87568e80..4f52a33551b 100644 --- a/dlls/winedos/int16.c +++ b/dlls/winedos/int16.c @@ -27,7 +27,6 @@ # include #endif -#include "module.h" #include "dosexe.h" #include "wincon.h" #include "wine/debug.h" diff --git a/dlls/winedos/int2f.c b/dlls/winedos/int2f.c index 4d103688a4b..eed83b6759d 100644 --- a/dlls/winedos/int2f.c +++ b/dlls/winedos/int2f.c @@ -26,7 +26,6 @@ #include #include "wine/winbase16.h" #include "miscemu.h" -#include "module.h" /* #define DEBUG_INT */ #include "wine/debug.h" #include "winioctl.h" diff --git a/dlls/winedos/module.c b/dlls/winedos/module.c index 8aeeedfcdae..4b88f05e817 100644 --- a/dlls/winedos/module.c +++ b/dlls/winedos/module.c @@ -42,7 +42,6 @@ #include "wingdi.h" #include "winuser.h" #include "winerror.h" -#include "module.h" #include "task.h" #include "file.h" #include "miscemu.h" diff --git a/dlls/winedos/xms.c b/dlls/winedos/xms.c index b9ce65f7158..701c6eec37c 100644 --- a/dlls/winedos/xms.c +++ b/dlls/winedos/xms.c @@ -28,7 +28,6 @@ #include #include "winbase.h" #include "wine/winbase16.h" -#include "module.h" #include "miscemu.h" #include "wine/debug.h" diff --git a/memory/global.c b/memory/global.c index b6f317c3db3..91b3fd5c770 100644 --- a/memory/global.c +++ b/memory/global.c @@ -44,7 +44,6 @@ #include "selectors.h" #include "miscemu.h" #include "stackframe.h" -#include "module.h" #include "wine/debug.h" #include "winerror.h" #include "excpt.h" diff --git a/tools/fnt2bdf.c b/tools/fnt2bdf.c index 79d9dbeb43d..f0f2d467e36 100644 --- a/tools/fnt2bdf.c +++ b/tools/fnt2bdf.c @@ -43,7 +43,6 @@ #endif #include "fnt2bdf.h" -#include "module.h" #define FILE_ERROR 0 #define FILE_DLL 1