From 61ca3acb281ac016aed1b07500be0e4f47870712 Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Sat, 11 Jan 2003 20:59:20 +0000 Subject: [PATCH] Removed non needed include of module.h. --- msdos/vxd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/msdos/vxd.c b/msdos/vxd.c index b6801430c5..a1581fa79c 100644 --- a/msdos/vxd.c +++ b/msdos/vxd.c @@ -40,7 +40,6 @@ #include "wine/winuser16.h" #include "msdos.h" #include "miscemu.h" -#include "module.h" #include "selectors.h" #include "task.h" #include "file.h" -- 2.32.0.93.g670b81a890