Import CStringView from the Babeltrace tree
[lttng-tools.git] / src / common / common.hpp
... / ...
CommitLineData
1/*
2 * Copyright (C) 2011 EfficiOS Inc.
3 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0-only
6 *
7 */
8
9#ifndef _COMMON_H
10#define _COMMON_H
11
12#include "error.hpp"
13#include "macros.hpp"
14#include "readwrite.hpp"
15#include "runas.hpp"
16#include "time.hpp"
17
18#endif /* _COMMON_H */
This page took 0.023646 seconds and 4 git commands to generate.