summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoredump/Forward.h
blob: a8fd28de759116268adc066ff8cc0132afdcad09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

namespace Coredump {

class Backtrace;
class Reader;

}