d3d10core: Get rid of some redundant includes.

d3d11.h includes d3d10_1.h, which includes d3d10.h.
This commit is contained in:
Henri Verbeet 2015-08-25 12:48:45 +02:00 committed by Alexandre Julliard
parent 719a7d32c5
commit 662cfd4144
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@
#include "initguid.h"
#define COBJMACROS
#include "d3d10_1.h"
#include "d3d11.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d10core);

View file

@ -18,7 +18,6 @@
#define COBJMACROS
#include "initguid.h"
#include "d3d10.h"
#include "d3d11.h"
#include "wine/test.h"
#include <limits.h>