all: yet more cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2024-03-10 16:23:06 +01:00
parent 52d9b53b74
commit f29791470f
32 changed files with 102 additions and 57 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<markus@oberhumer.com>
*/
#include "../headers.h"
#include "../util/system_headers.h"
#if WITH_BZIP2
#include <bzip2/bzlib.h>
#endif
+1 -1
View File
@@ -24,7 +24,7 @@
<markus@oberhumer.com>
*/
#include "../headers.h"
#include "../util/system_headers.h"
#if WITH_ZSTD
#include <zstd/lib/zstd.h>
#include <zstd/lib/zstd_errors.h>