From 2dbcce2ddb0da09c45bb9c4f41373b9948563991 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr" Date: Thu, 20 Oct 2022 23:45:18 -0700 Subject: [PATCH] core: command-line: remove obsolete include --- src/core/model/command-line.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/model/command-line.cc b/src/core/model/command-line.cc index 196e069f8..56a4c1073 100644 --- a/src/core/model/command-line.cc +++ b/src/core/model/command-line.cc @@ -385,8 +385,6 @@ CommandLine::PrintHelp(std::ostream& os) const << std::endl; } -#include // getcwd - std::string CommandLine::GetVersion() const {