aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/process.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 /src/process.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 'src/process.cpp')
-rw-r--r--src/process.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/process.cpp b/src/process.cpp
index c2a32f4..5ba3734 100644
--- a/src/process.cpp
+++ b/src/process.cpp
@@ -1,8 +1,7 @@
-#include "pdb/all.hpp"
-
-#include <boost/nowide/convert.hpp>
+#include <pdb/all.hpp>
#include <SafeInt.hpp>
+#include <boost/nowide/convert.hpp>
#include <windows.h>