From d663f814202c10d32d50dec26c14d5d448a21f36 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Jul 2019 09:59:00 +0200 Subject: include cleanups (powered by iwyu) --- src/CommandLine.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/CommandLine.cxx') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index eef3a9771..ac53cf53a 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -36,13 +36,15 @@ #include "fs/Traits.hxx" #include "fs/FileSystem.hxx" #include "fs/StandardDirectory.hxx" -#include "system/Error.hxx" #include "util/Macros.hxx" -#include "util/RuntimeError.hxx" #include "util/Domain.hxx" #include "util/OptionDef.hxx" #include "util/OptionParser.hxx" +#ifdef _WIN32 +#include "system/Error.hxx" +#endif + #ifdef ENABLE_DATABASE #include "db/Registry.hxx" #include "db/DatabasePlugin.hxx" -- cgit v1.2.3