Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
601a847a
Commit
601a847a
authored
Nov 10, 2016
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Cleanup the includes.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ca49f8f1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
22 deletions
+10
-22
d3drm_private.h
dlls/d3drm/d3drm_private.h
+0
-1
face.c
dlls/d3drm/face.c
+2
-4
frame.c
dlls/d3drm/frame.c
+2
-5
light.c
dlls/d3drm/light.c
+2
-4
material.c
dlls/d3drm/material.c
+2
-4
texture.c
dlls/d3drm/texture.c
+2
-4
No files found.
dlls/d3drm/d3drm_private.h
View file @
601a847a
...
...
@@ -26,7 +26,6 @@
#define COBJMACROS
#include <assert.h>
#include <math.h>
#include "d3drm.h"
#include "dxfile.h"
#include "d3drmwin.h"
#include "rmxfguid.h"
...
...
dlls/d3drm/face.c
View file @
601a847a
...
...
@@ -18,10 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wine/debug.h"
#include "winbase.h"
#include "wingdi.h"
#include "config.h"
#include "wine/port.h"
#include "d3drm_private.h"
...
...
dlls/d3drm/frame.c
View file @
601a847a
...
...
@@ -19,11 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <assert.h>
#include "wine/debug.h"
#include "winbase.h"
#include "wingdi.h"
#include "config.h"
#include "wine/port.h"
#include "d3drm_private.h"
...
...
dlls/d3drm/light.c
View file @
601a847a
...
...
@@ -18,10 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wine/debug.h"
#include "winbase.h"
#include "wingdi.h"
#include "config.h"
#include "wine/port.h"
#include "d3drm_private.h"
...
...
dlls/d3drm/material.c
View file @
601a847a
...
...
@@ -18,10 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wine/debug.h"
#include "winbase.h"
#include "wingdi.h"
#include "config.h"
#include "wine/port.h"
#include "d3drm_private.h"
...
...
dlls/d3drm/texture.c
View file @
601a847a
...
...
@@ -18,10 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wine/debug.h"
#include "winbase.h"
#include "wingdi.h"
#include "config.h"
#include "wine/port.h"
#include "d3drm_private.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment