setupapi: Remove duplicate includes.

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

View file

@ -27,7 +27,6 @@
#include <string.h>
#include <stdlib.h>
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View file

@ -69,7 +69,6 @@
#include "setupapi.h"
#include "setupx16.h"
#include "setupapi_private.h"
#include "winerror.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(setupapi);