include cleanup using iwyu

This commit is contained in:
Max Kellermann
2013-11-28 11:50:54 +01:00
parent 46bab7e4b9
commit f90abe9530
185 changed files with 114 additions and 338 deletions

View File

@@ -35,9 +35,7 @@
#include <bzlib.h>
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#ifdef HAVE_OLDER_BZIP2
#define BZ2_bzDecompressInit bzDecompressInit

View File

@@ -32,7 +32,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <cdio/cdio.h>
#include <cdio/iso9660.h>
#include <stdlib.h>

View File

@@ -34,8 +34,6 @@
#include <zzip/zzip.h>
#include <string.h>
class ZzipArchiveFile final : public ArchiveFile {
public:
RefCount ref;