include cleanups (powered by iwyu)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
@@ -35,8 +35,6 @@
|
||||
#include <sys/epoll.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct epoll_event;
|
||||
|
||||
/**
|
||||
* A class that wraps Linux epoll.
|
||||
*/
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user