Remove the <optional> include directive in Target.hpp since it is now useless

This commit is contained in:
Username404 2021-12-22 21:01:14 +01:00
parent b8396d9059
commit e367ece77d
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#include <cstring>
#include <unordered_map>
#include <typeindex>
#include <optional>
#ifdef __GNUC__
#include <cxxabi.h>
#endif