Fixed a few broken includes.

This commit is contained in:
Huw D M Davies 1999-02-19 16:03:19 +00:00 committed by Alexandre Julliard
parent f0a0e126f3
commit 34acebc14b
4 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winestring.h"
#include "file.h"
#include "stackframe.h"

View File

@ -9,6 +9,7 @@
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "builtin32.h"
#include "global.h"
#include "heap.h"

View File

@ -9,6 +9,7 @@
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "winreg.h"
#include "global.h"
#include "winnt.h"

View File

@ -8,6 +8,8 @@
* the function documentation for more details.
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wine/winbase16.h"