mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
demos/triangle: Move includes to the appropriate headers.
This commit is contained in:
parent
b56b2f8687
commit
f17742401a
@ -23,6 +23,7 @@
|
||||
|
||||
#include <dxgi1_4.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define DEMO_WINDOW_CLASS_NAME L"demo_wc"
|
||||
|
||||
|
@ -25,6 +25,10 @@
|
||||
#include <vkd3d.h>
|
||||
#include <xcb/xcb_event.h>
|
||||
#include <xcb/xcb_icccm.h>
|
||||
#include <sys/stat.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
struct demo
|
||||
{
|
||||
|
@ -46,12 +46,7 @@
|
||||
*/
|
||||
|
||||
#define INITGUID
|
||||
#include <limits.h>
|
||||
#include <assert.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include "demo.h"
|
||||
|
||||
struct cxt_fence
|
||||
|
Loading…
Reference in New Issue
Block a user