summaryrefslogtreecommitdiff
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx6
1 files changed, 4 insertions, 2 deletions
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"