fs/io/FileReader: simplify includes
This commit is contained in:
parent
d036e20826
commit
21d621e7ad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user