ladybird/Userland/Libraries/LibDiff/Forward.h

17 lines
214 B
C
Raw Normal View History

2023-07-06 08:41:32 +00:00
/*
* Copyright (c) 2023, Shannon Booth <shannon.ml.booth@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Diff {
struct Hunk;
struct HunkLocation;
struct Line;
struct Range;
}