docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / common / common.hpp
CommitLineData
990570ed 1/*
21cf9b6b 2 * Copyright (C) 2011 EfficiOS Inc.
ab5be9fa 3 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
990570ed 4 *
ab5be9fa 5 * SPDX-License-Identifier: GPL-2.0-only
990570ed 6 *
990570ed
DG
7 */
8
9#ifndef _COMMON_H
10#define _COMMON_H
11
c9e313bc
SM
12#include "error.hpp"
13#include "macros.hpp"
c9e313bc 14#include "readwrite.hpp"
28f23191 15#include "runas.hpp"
c9e313bc 16#include "time.hpp"
990570ed
DG
17
18#endif /* _COMMON_H */
This page took 0.078172 seconds and 4 git commands to generate.