From a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 29 May 2021 01:03:28 +0300 Subject: include/pdb/ -> include/winapi/debug/ --- src/call_stack.cpp | 2 +- src/dbghelp.cpp | 3 +-- src/module.cpp | 3 +-- src/repo.cpp | 3 +-- src/symbol.cpp | 3 +-- 5 files changed, 5 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/call_stack.cpp b/src/call_stack.cpp index d47a8ca..f6ac0f9 100644 --- a/src/call_stack.cpp +++ b/src/call_stack.cpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. -#include +#include #include diff --git a/src/dbghelp.cpp b/src/dbghelp.cpp index d42c900..f645eb4 100644 --- a/src/dbghelp.cpp +++ b/src/dbghelp.cpp @@ -3,8 +3,7 @@ // For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. -#include - +#include #include #include #include diff --git a/src/module.cpp b/src/module.cpp index 672cceb..bb5a7a5 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -3,8 +3,7 @@ // For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. -#include - +#include #include #include diff --git a/src/repo.cpp b/src/repo.cpp index 610ef9a..b186178 100644 --- a/src/repo.cpp +++ b/src/repo.cpp @@ -3,8 +3,7 @@ // For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. -#include - +#include #include #include diff --git a/src/symbol.cpp b/src/symbol.cpp index 4de9a7d..27e93b5 100644 --- a/src/symbol.cpp +++ b/src/symbol.cpp @@ -3,8 +3,7 @@ // For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. -#include - +#include #include #include -- cgit v1.2.3