summaryrefslogtreecommitdiffhomepage
path: root/compat/safe-ptr.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-01 07:14:51 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-01 11:08:43 +0100
commitfa8fb9598ed255057badc888da7e22227c45de1c (patch)
treeb102acae5bc15c08ffe913409b6328f4b661ec0d /compat/safe-ptr.hpp
parent486e591169af724107ffaf6f24cd1e81b24529a9 (diff)
wip1
Diffstat (limited to 'compat/safe-ptr.hpp')
-rw-r--r--compat/safe-ptr.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/safe-ptr.hpp b/compat/safe-ptr.hpp
index 2a77ea72..163ede9b 100644
--- a/compat/safe-ptr.hpp
+++ b/compat/safe-ptr.hpp
@@ -1,6 +1,5 @@
#pragma once
#include "compat/assert.hpp"
-#include "compat/defs.hpp"
#include <type_traits>
#include <Corrade/Tags.h>