Added missing/wrong includes.

oldstable
Patrik Stridvall 1999-06-12 14:55:11 +00:00 committed by Alexandre Julliard
parent 4bf335497d
commit fdcfdb9a6d
14 changed files with 21 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* Copyright 1995 Sven Verdoolaege
*/
#include <stdio.h>
#include <unistd.h>
#include <string.h>

View File

@ -7,6 +7,7 @@
#include <string.h>
#include "wine/winestring.h"
#include "winbase.h"
#include "commdlg.h"
#include "debug.h"

View File

@ -7,6 +7,7 @@
* Copyright 1996-1998 Marcus Meissner
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

View File

@ -2,6 +2,7 @@
* Process synchronisation
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

View File

@ -22,6 +22,7 @@
#include "snoop.h"
#include "task.h"
#include "debug.h"
#include "toolhelp.h"
DEFAULT_DEBUG_CHANNEL(module)

View File

@ -30,6 +30,7 @@
#include "file.h"
#include "loadorder.h"
#include "elfdll.h"
#include "toolhelp.h"
DEFAULT_DEBUG_CHANNEL(module)

View File

@ -27,6 +27,7 @@
#include "stackframe.h"
#include "debugtools.h"
#include "xmalloc.h"
#include "toolhelp.h"
DECLARE_DEBUG_CHANNEL(dll)
DECLARE_DEBUG_CHANNEL(fixup)

View File

@ -16,6 +16,8 @@
#include <string.h>
#include <ctype.h>
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "winuser.h"
#include "instance.h"
#include "ldt.h"

View File

@ -7,6 +7,8 @@
#include <ctype.h>
#include <string.h>
#include "wine/winbase16.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/keyboard16.h"

View File

@ -6,6 +6,8 @@
*/
#include <string.h>
#include "wine/winuser16.h"
#include "winbase.h"
#include "winuser.h"
#include "dc.h"

View File

@ -5,8 +5,10 @@
* Copyright 1997 Onno Hovers
*/
#include <unistd.h>
#include <string.h>
#include <unistd.h>
#include "winbase.h"
#include "windef.h"
#include "winerror.h"

View File

@ -5,6 +5,8 @@
*/
#include <string.h>
#include "wine/winuser16.h"
#include "win.h"
#include "heap.h"
#include "debug.h"

View File

@ -5,9 +5,9 @@
*
*/
#include "wine/winuser16.h"
#include "winuser.h"
/***********************************************************************
* SetRect16 (USER.72)
*/

View File

@ -6,6 +6,8 @@
*/
#include <stdio.h>
#include "wine/winuser16.h"
#include "winbase.h"
#include "winuser.h"
#include "monitor.h"