diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-28 17:42:18 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-28 17:42:18 +0200 |
commit | 1e60d3ab02dbe7c609237c087575fe0801edf8eb (patch) | |
tree | f9f1c446f14d7ca5c9eb481f27c16caa4ff36492 /src/object_identifier.cpp | |
parent | 02cd1707f2c22fb6cd42bbb1ebfe1a0cd28ac3ff (diff) |
refactor: improve includes
Diffstat (limited to 'src/object_identifier.cpp')
-rw-r--r-- | src/object_identifier.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object_identifier.cpp b/src/object_identifier.cpp index 1144df7..a3fef45 100644 --- a/src/object_identifier.cpp +++ b/src/object_identifier.cpp @@ -2,8 +2,6 @@ #include "yacppdic/detail/internal/hash.hpp" -#include <functional> - namespace yacppdic::internal { |