ladybird/Libraries/LibDiff/Forward.h
Shannon Booth 41b060be81 LibDiff: Remove a bunch of unused code
We have no need to support normal or context diffs in ladybird,
as well as the ability to parse and apply patches.
2025-05-13 12:46:34 +02:00

20 lines
245 B
C++

/*
* Copyright (c) 2023, Shannon Booth <shannon@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Diff {
enum class Format;
class Parser;
struct Hunk;
struct HunkLocation;
struct Line;
struct Range;
}