Skip to content

Commit ec67c3e

Browse files
author
Dorian Eikenberg
committed
Remove unused includes
1 parent d74fe08 commit ec67c3e

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

vmicore/src/include/vmicore/io/ILogger.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#ifndef VMICORE_ILOGGER_H
22
#define VMICORE_ILOGGER_H
33

4-
#include <memory>
4+
#include <cstdint>
5+
#include <initializer_list>
56
#include <string_view>
7+
#include <utility>
68
#include <variant>
79

810
namespace VmiCore

vmicore/src/include/vmicore/os/ActiveProcessInformation.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <cstdint>
66
#include <memory>
77
#include <string>
8-
#include <vector>
98

109
namespace VmiCore
1110
{

vmicore/src/include/vmicore/plugins/PluginInterface.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
#include "../types.h"
77
#include "../vmi/IBreakpoint.h"
88
#include "../vmi/IIntrospectionAPI.h"
9-
#include "IPluginConfig.h"
109
#include <functional>
1110
#include <memory>
12-
#include <optional>
1311
#include <string>
1412
#include <string_view>
1513
#include <vector>

vmicore/src/lib/os/windows/Vadt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef VMICORE_WINDOWS_VADT_H
22
#define VMICORE_WINDOWS_VADT_H
33

4-
#include "ProtectionValues.h"
54
#include <string>
65

76
namespace VmiCore::Windows

0 commit comments

Comments
 (0)