d3d12: Turn d3d12_format.h to include d3d12_common.h

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16084>
This commit is contained in:
Yonggang Luo 2022-06-01 16:03:38 +08:00 committed by Marge Bot
parent 6cdebc11ad
commit cb53094ac1

View file

@ -24,12 +24,9 @@
#ifndef D3D12_FORMATS_H
#define D3D12_FORMATS_H
#include "d3d12_common.h"
#include <directx/dxgiformat.h>
#ifdef _WIN32
#include <windows.h>
#else
#include <wsl/winadapter.h>
#endif
#include <directx/dxgicommon.h>
#include "pipe/p_format.h"