summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/person_arc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/person_arc.c')
-rw-r--r--misc/examples/person_arc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/examples/person_arc.c b/misc/examples/person_arc.c
index c78b541c..3a759610 100644
--- a/misc/examples/person_arc.c
+++ b/misc/examples/person_arc.c
@@ -1,7 +1,6 @@
/* cbox: heap allocated boxed type */
#define i_implement
#include <stc/cstr.h>
-#include <stc/algo/raii.h>
typedef struct { cstr name, last; } Person;