aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:09:23 +0200
committerDavid Robillard <d@drobilla.net>2019-12-19 20:52:35 -0500
commitf72ab5fe4e39d4973e31e43b6db3be499af418f2 (patch)
treeda1a9dea837f87c0ae607eadcd0e435cde968299 /src/n3.c
parente61d7f710465ca8c87274d9664afeb0b125597a4 (diff)
downloadserd-f72ab5fe4e39d4973e31e43b6db3be499af418f2.tar.gz
serd-f72ab5fe4e39d4973e31e43b6db3be499af418f2.tar.bz2
serd-f72ab5fe4e39d4973e31e43b6db3be499af418f2.zip
Move system utilities to separate source files
Diffstat (limited to 'src/n3.c')
-rw-r--r--src/n3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/n3.c b/src/n3.c
index 714f6878..97e61b7c 100644
--- a/src/n3.c
+++ b/src/n3.c
@@ -18,7 +18,6 @@
#include <assert.h>
#include <ctype.h>
-#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>