Get rid of include/miscemu.h.

This commit is contained in:
Eric Pouech 2005-05-10 16:01:38 +00:00 committed by Alexandre Julliard
parent c1f2cf1fba
commit 6246c2d4c4
16 changed files with 3 additions and 45 deletions

View File

@ -38,7 +38,6 @@
#include "wine/winbase16.h" #include "wine/winbase16.h"
#include "wine/library.h" #include "wine/library.h"
#include "miscemu.h"
#include "module.h" #include "module.h"
#include "thread.h" #include "thread.h"
#include "stackframe.h" #include "stackframe.h"

View File

@ -25,7 +25,6 @@
#include "winerror.h" #include "winerror.h"
#include "wine/winbase16.h" #include "wine/winbase16.h"
#include "miscemu.h"
#include "wine/server.h" #include "wine/server.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "kernel_private.h" #include "kernel_private.h"

View File

@ -32,7 +32,6 @@
#include "excpt.h" #include "excpt.h"
#include "winreg.h" #include "winreg.h"
#include "winternl.h" #include "winternl.h"
#include "miscemu.h"
#include "module.h" #include "module.h"
#include "stackframe.h" #include "stackframe.h"
#include "kernel_private.h" #include "kernel_private.h"

View File

@ -25,7 +25,6 @@
#include "wine/windef16.h" #include "wine/windef16.h"
#include "wine/winaspi.h" #include "wine/winaspi.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "miscemu.h" /* DOSMEM_* */
#include "dosexe.h" #include "dosexe.h"
#include "winerror.h" #include "winerror.h"

View File

@ -26,7 +26,6 @@
#include "winbase.h" #include "winbase.h"
#include "wingdi.h" #include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "miscemu.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "dosexe.h" #include "dosexe.h"

View File

@ -23,7 +23,6 @@
#include <stdlib.h> #include <stdlib.h>
#include "miscemu.h"
#include "vga.h" #include "vga.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "dosexe.h" #include "dosexe.h"

View File

@ -33,7 +33,6 @@
#include "windef.h" #include "windef.h"
#include "wingdi.h" #include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "miscemu.h"
WINE_DEFAULT_DEBUG_CHANNEL(int); WINE_DEFAULT_DEBUG_CHANNEL(int);

View File

@ -19,7 +19,9 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "miscemu.h" #include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(int); WINE_DEFAULT_DEBUG_CHANNEL(int);

View File

@ -19,7 +19,6 @@
*/ */
#include "config.h" #include "config.h"
#include "miscemu.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "dosexe.h" #include "dosexe.h"

View File

@ -25,7 +25,6 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "miscemu.h"
#include "dosexe.h" #include "dosexe.h"
/********************************************************************** /**********************************************************************

View File

@ -28,7 +28,6 @@
#define NONAMELESSUNION #define NONAMELESSUNION
#define NONAMELESSSTRUCT #define NONAMELESSSTRUCT
#include "wine/winbase16.h" #include "wine/winbase16.h"
#include "miscemu.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "ntstatus.h" #include "ntstatus.h"
#include "winioctl.h" #include "winioctl.h"

View File

@ -26,7 +26,6 @@
#include "winbase.h" #include "winbase.h"
#include "wingdi.h" #include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "miscemu.h"
#include "dosexe.h" #include "dosexe.h"
#include "vga.h" #include "vga.h"
#include "wine/debug.h" #include "wine/debug.h"

View File

@ -21,7 +21,6 @@
#include <assert.h> #include <assert.h>
#include "wine/winbase16.h" #include "wine/winbase16.h"
#include "dosexe.h" #include "dosexe.h"
#include "miscemu.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(int); WINE_DEFAULT_DEBUG_CHANNEL(int);

View File

@ -44,7 +44,6 @@
#include "winbase.h" #include "winbase.h"
#include "winreg.h" #include "winreg.h"
#include "winternl.h" #include "winternl.h"
#include "miscemu.h"
#include "wine/debug.h" #include "wine/debug.h"

View File

@ -28,7 +28,6 @@
#include "wingdi.h" #include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "wincon.h" #include "wincon.h"
#include "miscemu.h"
#include "dosexe.h" #include "dosexe.h"
#include "vga.h" #include "vga.h"
#include "ddraw.h" #include "ddraw.h"

View File

@ -1,30 +0,0 @@
/*
* Misc. emulation definitions
*
* Copyright 1995 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_MISCEMU_H
#define __WINE_MISCEMU_H
#include <windef.h>
#include <wine/library.h>
#include <wine/windef16.h>
/* msdos/dosmem.c */
#endif /* __WINE_MISCEMU_H */