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 /test/unit_tests/dbghelp.hpp | |
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-- | test/unit_tests/fixtures.hpp (renamed from test/unit_tests/dbghelp.hpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_tests/dbghelp.hpp b/test/unit_tests/fixtures.hpp index daede68..f6571d1 100644 --- a/test/unit_tests/dbghelp.hpp +++ b/test/unit_tests/fixtures.hpp @@ -1,6 +1,6 @@ #pragma once -#include "utils.hpp" +#include "paths.hpp" #include <pdb/all.hpp> |