fs/io/FileReader: simplify includes
This commit is contained in:
parent
d036e20826
commit
21d621e7ad
@ -25,12 +25,10 @@
|
|||||||
#include "fs/AllocatedPath.hxx"
|
#include "fs/AllocatedPath.hxx"
|
||||||
#include "util/Compiler.h"
|
#include "util/Compiler.h"
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
#include "system/FileDescriptor.hxx"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#else
|
||||||
|
#include "system/FileDescriptor.hxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class Path;
|
class Path;
|
||||||
|
Loading…
Reference in New Issue
Block a user