tests: Include vkd3d_common.h in vkd3d_test.h.

This commit is contained in:
Józef Kucia
2016-10-10 11:22:50 +02:00
parent eb05a388e1
commit 5f3d5a1263
4 changed files with 10 additions and 16 deletions

View File

@@ -25,12 +25,6 @@
#include "vkd3d_common.h"
#ifdef __GNUC__
# define VKD3D_PRINTF_FUNC(fmt, args) __attribute__((format(printf, fmt, args)))
#else
# define VKD3D_PRINTF_FUNC(fmt, args)
#endif /* __GNUC__ */
enum vkd3d_dbg_level
{
VKD3D_DBG_LEVEL_NONE,