#include "TemporaryFile.hpp"
#include "Util.hpp"
#include "exceptions.hpp"
-#include "legacy_util.hpp"
#include "third_party/fmt/core.h"
execute.cpp
hashutil.cpp
language.cpp
- legacy_util.cpp
logging.cpp
manifest.cpp
stats.cpp
#include "NonCopyable.hpp"
#include "Util.hpp"
-#include "legacy_util.hpp"
#include "third_party/nonstd/optional.hpp"
#include "Lockfile.hpp"
#include "Util.hpp"
-#include "legacy_util.hpp"
#include "logging.hpp"
#ifdef _WIN32
# include "MiniTrace.hpp"
# include "TemporaryFile.hpp"
# include "Util.hpp"
-# include "legacy_util.hpp"
# ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#include "TemporaryFile.hpp"
#include "Util.hpp"
-#include "legacy_util.hpp"
using nonstd::string_view;
#include "Fd.hpp"
#include "FormatNonstdStringView.hpp"
#include "TemporaryFile.hpp"
-#include "legacy_util.hpp"
#include "logging.hpp"
#include <algorithm>
#include "compopt.hpp"
-#include "legacy_util.hpp"
-
// The option it too hard to handle at all.
#define TOO_HARD (1 << 0)
+++ /dev/null
-// Copyright (C) 2002 Andrew Tridgell
-// Copyright (C) 2009-2020 Joel Rosdahl and other contributors
-//
-// See doc/AUTHORS.adoc for a complete list of contributors.
-//
-// This program is free software; you can redistribute it and/or modify it
-// under the terms of the GNU General Public License as published by the Free
-// Software Foundation; either version 3 of the License, or (at your option)
-// any later version.
-//
-// This program is distributed in the hope that it will be useful, but WITHOUT
-// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-// more details.
-//
-// You should have received a copy of the GNU General Public License along with
-// this program; if not, write to the Free Software Foundation, Inc., 51
-// Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-#include "legacy_util.hpp"
-
-#include "Fd.hpp"
-#include "exceptions.hpp"
-#include "logging.hpp"
-
-#ifdef _WIN32
-# include "Win32Util.hpp"
-#endif
-
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#endif
+++ /dev/null
-// Copyright (C) 2020 Joel Rosdahl and other contributors
-//
-// See doc/AUTHORS.adoc for a complete list of contributors.
-//
-// This program is free software; you can redistribute it and/or modify it
-// under the terms of the GNU General Public License as published by the Free
-// Software Foundation; either version 3 of the License, or (at your option)
-// any later version.
-//
-// This program is distributed in the hope that it will be useful, but WITHOUT
-// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-// more details.
-//
-// You should have received a copy of the GNU General Public License along with
-// this program; if not, write to the Free Software Foundation, Inc., 51
-// Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-#pragma once
-
-#include "system.hpp"
-
-#include <string>