summaryrefslogtreecommitdiff
path: root/Userland/Services/ImageDecoder/Forward.h
blob: 8490d20a3efce0fd443e41160fc69a1886888421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

namespace WebContent {

class ConnectionFromClient;
class PageHost;

}