fixup some includes

- remove unneeded assert.h
- add needed limits.h
cute-signatures
Timo Teräs 2021-06-19 14:25:54 +03:00
parent b980ed8522
commit 2eba7f2af7
7 changed files with 1 additions and 6 deletions

View File

@ -2,7 +2,6 @@
#include <stdio.h>
#include <unistd.h>
#include <assert.h>
#include "apk_adb.h"
#include "apk_applet.h"
#include "apk_print.h"

View File

@ -9,6 +9,7 @@
#ifndef APK_PATHBUILDER_H
#define APK_PATHBUILDER_H
#include <limits.h>
#include "apk_blob.h"
struct apk_pathbuilder {

View File

@ -1,6 +1,5 @@
#include <stdio.h>
#include <unistd.h>
#include <assert.h>
#include "apk_adb.h"
#include "apk_applet.h"
#include "apk_print.h"

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include "adb.h"
#include "apk_applet.h"

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include <sys/stat.h>
#include "apk_adb.h"

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include "apk_adb.h"
#include "apk_applet.h"

View File

@ -12,7 +12,6 @@
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
#include <assert.h>
#include <unistd.h>
#include <sys/stat.h>