diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-15 12:46:18 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-15 12:58:25 +1000 |
| commit | 288db58d20f41a4a72a89024482157445373a596 (patch) | |
| tree | 78f2601482f9db9aff1503343dab95488a12124c /src/memory.hh | |
| parent | 65ac5d42c9209c4b89c590c93cfa8d985e66b168 (diff) | |
Remove some more unnecessary includes
Diffstat (limited to 'src/memory.hh')
| -rw-r--r-- | src/memory.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/memory.hh b/src/memory.hh index 8eff2d54..da1ca597 100644 --- a/src/memory.hh +++ b/src/memory.hh @@ -3,7 +3,6 @@ #include <cstddef> #include <new> -#include <utility> #include "assert.hh" #include "meta.hh" |
