diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 02:17:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 02:22:57 +0300 |
commit | d373bc6ed0c3b97526fc350b01d2d407409d0fce (patch) | |
tree | 980e72ed5aeabdea4e78fe434368ded664f14ea7 /src/dbghelp.cpp | |
parent | unit_tests: add a test for call stack collection (diff) | |
download | winapi-debug-d373bc6ed0c3b97526fc350b01d2d407409d0fce.tar.gz winapi-debug-d373bc6ed0c3b97526fc350b01d2d407409d0fce.zip |
clang-format: regroup #includes
Diffstat (limited to '')
-rw-r--r-- | src/dbghelp.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dbghelp.cpp b/src/dbghelp.cpp index 5b66914..8f0f7d6 100644 --- a/src/dbghelp.cpp +++ b/src/dbghelp.cpp @@ -3,11 +3,10 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" - -#include <boost/nowide/convert.hpp> +#include <pdb/all.hpp> #include <SafeInt.hpp> +#include <boost/nowide/convert.hpp> #include <dbghelp.h> #include <windows.h> |