Common Trace Format 2 generation
[lttng-tools.git] / src / common / common.hpp
CommitLineData
990570ed 1/*
ab5be9fa
MJ
2 * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
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
7532fa3b
MD
12#include "error.hpp"
13#include "macros.hpp"
14#include "runas.hpp"
15#include "readwrite.hpp"
16#include "time.hpp"
990570ed
DG
17
18#endif /* _COMMON_H */
This page took 0.084448 seconds and 5 git commands to generate.