-// Copyright (C) 2020-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2020-2023 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
#include "Logging.hpp"
#include "assertions.hpp"
+#include <Util.hpp>
#include <core/exceptions.hpp>
+#include <util/Tokenizer.hpp>
#include <util/file.hpp>
#include <util/path.hpp>
-// Copyright (C) 2020-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2020-2023 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
#pragma once
+#include <Util.hpp>
+
#include <sys/stat.h>
#include <sys/types.h>
#include "language.hpp"
#include <Depfile.hpp>
+#include <Util.hpp>
#include <core/wincompat.hpp>
#include <util/string.hpp>
#include <Context.hpp>
#include <Stat.hpp>
+#include <Util.hpp>
#include <core/MsvcShowIncludesOutput.hpp>
#include <core/exceptions.hpp>
#include <core/wincompat.hpp>
-// Copyright (C) 2021-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2021-2023 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
#include <Digest.hpp>
#include <Logging.hpp>
+#include <assertions.hpp>
#include <ccache.hpp>
#include <core/exceptions.hpp>
#include <fmtmacros.hpp>
-// Copyright (C) 2021-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2021-2023 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
#include <Digest.hpp>
#include <Logging.hpp>
+#include <assertions.hpp>
#include <core/exceptions.hpp>
#include <fmtmacros.hpp>
#include <util/expected.hpp>
-// Copyright (C) 2020-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2020-2023 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
#include "../src/fmtmacros.hpp"
#include "TestUtil.hpp"
+#include <Util.hpp>
+
#include "third_party/doctest.h"
using TestUtil::TestContext;
#include "../src/fmtmacros.hpp"
#include "TestUtil.hpp"
+#include <Util.hpp>
#include <core/wincompat.hpp>
#include <util/file.hpp>