Clean-up: action-executor: typo and missing tab
[lttng-tools.git] / src / common / common.h
... / ...
CommitLineData
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.022232 seconds and 4 git commands to generate.