SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / common / common.h
1 /*
2 * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
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.h"
13 #include "macros.h"
14 #include "runas.h"
15 #include "readwrite.h"
16 #include "time.h"
17
18 #endif /* _COMMON_H */
This page took 0.029762 seconds and 5 git commands to generate.