aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-15 21:22:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-15 21:22:50 +0300
commitf6af7c442df3e569492ced730e70d1bc72356c5e (patch)
treebd18c18acbc131bd43de99c9f03f698eff479a82 /include/pdb
parentworkflows/ci: build using VS 2015 also (diff)
downloadwinapi-debug-f6af7c442df3e569492ced730e70d1bc72356c5e.tar.gz
winapi-debug-f6af7c442df3e569492ced730e70d1bc72356c5e.zip
get rid of SafeInt
Diffstat (limited to 'include/pdb')
-rw-r--r--include/pdb/call_stack.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pdb/call_stack.hpp b/include/pdb/call_stack.hpp
index ef4c119..e86569a 100644
--- a/include/pdb/call_stack.hpp
+++ b/include/pdb/call_stack.hpp
@@ -8,8 +8,6 @@
#include "address.hpp"
#include "dbghelp.hpp"
-#include <SafeInt.hpp>
-
#include <windows.h>
#include <array>