/* * Copyright (c) 2020, Itamar S. <itamar8910@gmail.com> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <AK/DeprecatedString.h> namespace Diff { DeprecatedString generate_only_additions(StringView); };