mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
17 lines
214 B
C
17 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;
|
||
|
|
||
|
}
|