diff options
Diffstat (limited to 'include/pdb/all.hpp')
-rw-r--r-- | include/pdb/all.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/pdb/all.hpp b/include/pdb/all.hpp deleted file mode 100644 index 968e85d..0000000 --- a/include/pdb/all.hpp +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) 2017 Egor Tensin <Egor.Tensin@gmail.com> -// This file is part of the "winapi-debug" project. -// For details, see https://github.com/egor-tensin/winapi-debug. -// Distributed under the MIT License. - -#pragma once - -#include "address.hpp" -#include "call_stack.hpp" -#include "dbghelp.hpp" -#include "module.hpp" -#include "repo.hpp" -#include "symbol.hpp" |