summaryrefslogtreecommitdiff
path: root/src/app_adbsign.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_adbsign.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_adbsign.c')
-rw-r--r--src/app_adbsign.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app_adbsign.c b/src/app_adbsign.c
index bb489c0..2992d76 100644
--- a/src/app_adbsign.c
+++ b/src/app_adbsign.c
@@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
-#include <assert.h>
#include "adb.h"
#include "apk_applet.h"