demos/triangle: Move includes to the appropriate headers.

This commit is contained in:
Henri Verbeet
2016-11-02 10:51:43 +01:00
parent b56b2f8687
commit f17742401a
3 changed files with 5 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
#include <dxgi1_4.h>
#include <stdbool.h>
#include <stdio.h>
#define DEMO_WINDOW_CLASS_NAME L"demo_wc"