kernel32: Remove duplicate includes.

This commit is contained in:
Michael Stefaniuc 2007-11-19 01:42:43 +01:00 committed by Alexandre Julliard
parent 0ecf2edca0
commit e973a193b7
2 changed files with 2 additions and 5 deletions

View File

@ -35,7 +35,6 @@
#include "wine/winbase16.h"
#include "wine/library.h"
#include "wincon.h"
#include "toolhelp.h"
#include "kernel_private.h"
#include "kernel16_private.h"

View File

@ -21,13 +21,11 @@
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include "tlhelp32.h"
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "tlhelp32.h"
#include "wine/test.h"
#include "winuser.h"
static char selfname[MAX_PATH];