Fix casing of includes in D3D12Info

BUG=dawn:144

Change-Id: I95fd1839247ccdf2d4e3b75e6ad84fad02c71ede
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/8162
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Nico Weber <thakis@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2019-06-14 12:44:22 +00:00 committed by Commit Bot service account
parent 55ab6aacac
commit e0a2ae8a0b
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
#include "dawn_native/d3d12/D3D12Info.h"
#include "dawn_native/D3D12/AdapterD3D12.h"
#include "dawn_native/D3D12/BackendD3D12.h"
#include "dawn_native/d3d12/AdapterD3D12.h"
#include "dawn_native/d3d12/BackendD3D12.h"
#include "dawn_native/d3d12/PlatformFunctions.h"