index
:
rbraun/librbraun.git
master
Personal C utility library
Richard Braun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
slist.h
1
1 files changed, 0 insertions, 1 deletions
diff --git a/slist.h b/slist.h
index d3ba540..07f2862 100644
--- a/
slist.h
+++ b/
slist.h
@@ -32,7 +32,6 @@
#ifndef _SLIST_H
#define _SLIST_H
-#include <assert.h>
#include <stdbool.h>
#include <stddef.h>