core: command-line: remove obsolete include

This commit is contained in:
Peter D. Barnes, Jr
2022-10-20 23:45:18 -07:00
committed by Gabriel Ferreira
parent f50b180a1f
commit 2dbcce2ddb

View File

@@ -385,8 +385,6 @@ CommandLine::PrintHelp(std::ostream& os) const
<< std::endl;
}
#include <unistd.h> // getcwd
std::string
CommandLine::GetVersion() const
{