aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-22 19:32:51 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-22 19:32:51 +0100
commitfdbba957a4eafaa7b601ef24e8b27a6859264e4f (patch)
tree275322a5ce01389e450f39aa3f2c06f05bbb1f69
parent07c677fcb1dffa48ab4a1bf35ce10e155435ebd2 (diff)
Remove <assert.h> include
-rw-r--r--src/grab.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grab.c b/src/grab.c
index 79b8146..7ba0189 100644
--- a/src/grab.c
+++ b/src/grab.c
@@ -1,5 +1,3 @@
-#include <assert.h>
-
#include <err.h>
#include <getopt.h>
#include <libgen.h>