lib: only include fetch.h where required

This results in a lot of places where limits.h was missing, so
this diff is larger than necessary.
This commit is contained in:
Duncan Overbruck
2022-12-22 16:46:55 +01:00
parent be7e532c3c
commit 2deb156beb
11 changed files with 40 additions and 28 deletions

View File

@@ -42,7 +42,6 @@
#endif
#include "queue.h"
#include "fetch.h"
#include "compat.h"
#define EXTRACT_FLAGS ARCHIVE_EXTRACT_SECURE_NODOTDOT | \