summaryrefslogtreecommitdiff
path: root/src/app_mkndx.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2021-06-19 14:25:54 +0300
committerTimo Teräs <timo.teras@iki.fi>2021-06-19 14:25:54 +0300
commit2eba7f2af73e535f432068ac88b4f6f465745798 (patch)
tree5dc6565fdeebbf123c4b325642c493fdb7ff4775 /src/app_mkndx.c
parentb980ed85221e5694f69070945661ad9b1f4f0e2d (diff)
downloadapk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.tar.gz
apk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.tar.bz2
apk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.tar.xz
apk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.zip
fixup some includes
- remove unneeded assert.h - add needed limits.h
Diffstat (limited to 'src/app_mkndx.c')
-rw-r--r--src/app_mkndx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app_mkndx.c b/src/app_mkndx.c
index 1281702..8e7e67d 100644
--- a/src/app_mkndx.c
+++ b/src/app_mkndx.c
@@ -12,7 +12,6 @@
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
-#include <assert.h>
#include <unistd.h>
#include <sys/stat.h>