fs/io/FileReader: simplify includes

This commit is contained in:
Max Kellermann 2018-08-21 18:24:02 +02:00
parent d036e20826
commit 21d621e7ad

View File

@ -25,12 +25,10 @@
#include "fs/AllocatedPath.hxx"
#include "util/Compiler.h"
#ifndef _WIN32
#include "system/FileDescriptor.hxx"
#endif
#ifdef _WIN32
#include <windows.h>
#else
#include "system/FileDescriptor.hxx"
#endif
class Path;