include cleanups (powered by iwyu)

This commit is contained in:
Max Kellermann
2019-07-05 09:59:00 +02:00
parent 9cdebc90a0
commit d663f81420
229 changed files with 67 additions and 397 deletions

View File

@@ -20,12 +20,12 @@
#ifndef MPD_CLOCK_H
#define MPD_CLOCK_H
#ifdef _WIN32
#include "util/Compiler.h"
#include <chrono>
#ifdef _WIN32
/**
* Returns the uptime of the current process in seconds.
*/

View File

@@ -35,8 +35,6 @@
#include <sys/epoll.h>
#include <stdint.h>
struct epoll_event;
/**
* A class that wraps Linux epoll.
*/

View File

@@ -20,7 +20,6 @@
#include "EventPipe.hxx"
#include "FileDescriptor.hxx"
#include "system/Error.hxx"
#include "util/ScopeExit.hxx"
#include "util/Compiler.h"
#include <assert.h>