From ed98209ddc8d5e9f5b20cd010c69a25d553b2654 Mon Sep 17 00:00:00 2001 From: Kitware Robot Date: Mon, 30 Sep 2019 10:46:28 -0400 Subject: Revise include order using clang-format-6.0 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. --- Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp | 1 + Tests/VSWinStorePhone/Direct3DApp1/pch.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'Tests/VSWinStorePhone') diff --git a/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp b/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp index d82a792d78..1438e8a881 100644 --- a/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp +++ b/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp @@ -1,4 +1,5 @@ #include "cxxdll.h" + #include void CxxDllClass::SomeMethod() diff --git a/Tests/VSWinStorePhone/Direct3DApp1/pch.h b/Tests/VSWinStorePhone/Direct3DApp1/pch.h index 78ebea3472..d80cdb75ad 100644 --- a/Tests/VSWinStorePhone/Direct3DApp1/pch.h +++ b/Tests/VSWinStorePhone/Direct3DApp1/pch.h @@ -1,7 +1,8 @@ #pragma once +#include + #include #include #include -#include #include -- cgit v1.2.1