Clean-up: sessiond rotation: change space to tabs
[lttng-tools.git] / src / common / common.h
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
db758600 12#include "error.h"
990570ed
DG
13#include "macros.h"
14#include "runas.h"
33b14136 15#include "readwrite.h"
2daf6502 16#include "time.h"
990570ed
DG
17
18#endif /* _COMMON_H */
This page took 0.047032 seconds and 4 git commands to generate.