aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/dbghelp.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-09-14 02:17:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-09-14 02:22:57 +0300
commitd373bc6ed0c3b97526fc350b01d2d407409d0fce (patch)
tree980e72ed5aeabdea4e78fe434368ded664f14ea7 /test/unit_tests/dbghelp.cpp
parentunit_tests: add a test for call stack collection (diff)
downloadwinapi-debug-d373bc6ed0c3b97526fc350b01d2d407409d0fce.tar.gz
winapi-debug-d373bc6ed0c3b97526fc350b01d2d407409d0fce.zip
clang-format: regroup #includes
Diffstat (limited to 'test/unit_tests/dbghelp.cpp')
-rw-r--r--test/unit_tests/dbghelp.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/unit_tests/dbghelp.cpp b/test/unit_tests/dbghelp.cpp
index ddf5a71..aab292f 100644
--- a/test/unit_tests/dbghelp.cpp
+++ b/test/unit_tests/dbghelp.cpp
@@ -1,9 +1,8 @@
-#include "dbghelp.hpp"
-#include "utils.hpp"
-
-#include <test_lib.hpp>
+#include "fixtures.hpp"
+#include "paths.hpp"
#include <pdb/all.hpp>
+#include <test_lib.hpp>
#include <boost/test/unit_test.hpp>