mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
9 lines
122 B
C
9 lines
122 B
C
#pragma once
|
|
|
|
#include <memory>
|
|
|
|
#include <DirectXMath.h>
|
|
#include <agile.h>
|
|
#include <d3d11_1.h>
|
|
#include <wrl/client.h>
|