d3dxof: Remove unnecessary includes.
And move the remaining common ones to d3dxof_private.h, as is usual practice with d3d dlls.
This commit is contained in:
parent
c66eb79ed1
commit
f0e6bc3521
4 changed files with 3 additions and 42 deletions
|
@ -18,17 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
||||
#include "d3dxof_private.h"
|
||||
#include "dxfile.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(d3dxof);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(d3dxof_dump);
|
||||
|
|
|
@ -21,15 +21,15 @@
|
|||
#ifndef __D3DXOF_PRIVATE_INCLUDED__
|
||||
#define __D3DXOF_PRIVATE_INCLUDED__
|
||||
|
||||
#define COBJMACROS
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wtypes.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "dxfile.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
#define MAX_NAME_LEN 40
|
||||
#define MAX_ARRAY_DIM 4
|
||||
#define MAX_MEMBERS 50
|
||||
|
|
|
@ -18,25 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "winreg.h"
|
||||
#include "winerror.h"
|
||||
|
||||
#include "ole2.h"
|
||||
#include "rpcproxy.h"
|
||||
#include "uuids.h"
|
||||
|
||||
#include "d3dxof_private.h"
|
||||
#include "dxfile.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(d3dxof);
|
||||
|
||||
|
|
|
@ -18,18 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winternl.h"
|
||||
|
||||
#include "d3dxof_private.h"
|
||||
#include "dxfile.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(d3dxof_parsing);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue