summaryrefslogtreecommitdiff
path: root/src/util/allocator.h
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-07-27 11:55:57 +0200
committeraura <nw@moneybot.cc>2026-07-27 11:55:57 +0200
commit372f23024163e0fab57a847ddda41f06857efd7e (patch)
treeca57dd38a583387a7bbcc970b7d359731df0f4bf /src/util/allocator.h
parent452e3619450ab9e7d22886445f61cc90272e4d60 (diff)
undo/redo props - WIP
Diffstat (limited to 'src/util/allocator.h')
-rw-r--r--src/util/allocator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/allocator.h b/src/util/allocator.h
index d97952d..3cee282 100644
--- a/src/util/allocator.h
+++ b/src/util/allocator.h
@@ -2,7 +2,6 @@
#include <stdlib.h>
#include <string.h>
-#include <utility>
#include "callback.h"
template <typename T>