1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-19 08:42:06 +00:00
serenity/Userland/Libraries/LibDiff/Forward.h
2023-07-06 13:22:37 +02:00

16 lines
214 B
C++

/*
* 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;
}