Commit 6246c2d4 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Get rid of include/miscemu.h.

parent c1f2cf1f
......@@ -38,7 +38,6 @@
#include "wine/winbase16.h"
#include "wine/library.h"
#include "miscemu.h"
#include "module.h"
#include "thread.h"
#include "stackframe.h"
......
......@@ -25,7 +25,6 @@
#include "winerror.h"
#include "wine/winbase16.h"
#include "miscemu.h"
#include "wine/server.h"
#include "wine/debug.h"
#include "kernel_private.h"
......
......@@ -32,7 +32,6 @@
#include "excpt.h"
#include "winreg.h"
#include "winternl.h"
#include "miscemu.h"
#include "module.h"
#include "stackframe.h"
#include "kernel_private.h"
......
......@@ -25,7 +25,6 @@
#include "wine/windef16.h"
#include "wine/winaspi.h"
#include "wine/debug.h"
#include "miscemu.h" /* DOSMEM_* */
#include "dosexe.h"
#include "winerror.h"
......
......@@ -26,7 +26,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "miscemu.h"
#include "wine/debug.h"
#include "dosexe.h"
......
......@@ -23,7 +23,6 @@
#include <stdlib.h>
#include "miscemu.h"
#include "vga.h"
#include "wine/debug.h"
#include "dosexe.h"
......
......@@ -33,7 +33,6 @@
#include "windef.h"
#include "wingdi.h"
#include "winuser.h"
#include "miscemu.h"
WINE_DEFAULT_DEBUG_CHANNEL(int);
......
......@@ -19,7 +19,9 @@
*/
#include <stdlib.h>
#include "miscemu.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(int);
......
......@@ -19,7 +19,6 @@
*/
#include "config.h"
#include "miscemu.h"
#include "wine/debug.h"
#include "dosexe.h"
......
......@@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "miscemu.h"
#include "dosexe.h"
/**********************************************************************
......
......@@ -28,7 +28,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wine/winbase16.h"
#include "miscemu.h"
#include "wine/debug.h"
#include "ntstatus.h"
#include "winioctl.h"
......
......@@ -26,7 +26,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "miscemu.h"
#include "dosexe.h"
#include "vga.h"
#include "wine/debug.h"
......
......@@ -21,7 +21,6 @@
#include <assert.h>
#include "wine/winbase16.h"
#include "dosexe.h"
#include "miscemu.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(int);
......
......@@ -44,7 +44,6 @@
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "miscemu.h"
#include "wine/debug.h"
......
......@@ -28,7 +28,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "wincon.h"
#include "miscemu.h"
#include "dosexe.h"
#include "vga.h"
#include "ddraw.h"
......
/*
* 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 */
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