mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[D3DCOMPILER_43]
* Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61705
This commit is contained in:
parent
6cd50aa6f7
commit
82f57ac84d
1 changed files with 4 additions and 6 deletions
|
@ -25,20 +25,18 @@
|
|||
#include <config.h>
|
||||
#include <wine/port.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/list.h>
|
||||
#include <wine/rbtree.h>
|
||||
|
||||
#define COBJMACROS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <objbase.h>
|
||||
|
||||
#include <d3dcompiler.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <wine/debug.h>
|
||||
#include <wine/list.h>
|
||||
#include <wine/rbtree.h>
|
||||
|
||||
/*
|
||||
* This doesn't belong here, but for some functions it is possible to return that value,
|
||||
|
|
Loading…
Reference in a new issue