Remove some unused includes in C++ files
[babeltrace.git] / src / cpp-common / bt2 / exc.hpp
CommitLineData
39278ebc
PP
1/*
2 * Copyright (c) 2020-2022 Philippe Proulx <pproulx@efficios.com>
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7#ifndef BABELTRACE_CPP_COMMON_BT2_EXC_HPP
8#define BABELTRACE_CPP_COMMON_BT2_EXC_HPP
9
39278ebc
PP
10#include "cpp-common/exc.hpp"
11
12namespace bt2 {
13
14using Error = bt2_common::Error;
15using OverflowError = bt2_common::OverflowError;
16using MemoryError = bt2_common::MemoryError;
17
18} /* namespace bt2 */
19
20#endif /* BABELTRACE_CPP_COMMON_BT2_EXC_HPP */
This page took 0.02577 seconds and 4 git commands to generate.