diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:03:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:03:28 +0300 |
commit | a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c (patch) | |
tree | de48e7d8b3f9d66c9e11dd048ac9062921b05801 /src/dbghelp.cpp | |
parent | add .clang-tidy, `make check` (diff) | |
download | winapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.tar.gz winapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.zip |
include/pdb/ -> include/winapi/debug/
Diffstat (limited to '')
-rw-r--r-- | src/dbghelp.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <pdb/all.hpp> - +#include <winapi/debug.hpp> #include <winapi/error.hpp> #include <winapi/file.hpp> #include <winapi/utf8.hpp> |