mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibDiff: Add a forwarding header
This commit is contained in:
parent
84b187e375
commit
696c92882a
3 changed files with 18 additions and 1 deletions
16
Userland/Libraries/LibDiff/Forward.h
Normal file
16
Userland/Libraries/LibDiff/Forward.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* 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;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue