Commit 21d621e7 authored by Max Kellermann's avatar Max Kellermann

fs/io/FileReader: simplify includes

parent d036e208
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment