clang-format: specify bitfield spacing to fit with the existing code
[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"
14#include "runas.hpp"
15#include "readwrite.hpp"
16#include "time.hpp"
990570ed
DG
17
18#endif /* _COMMON_H */
This page took 0.071768 seconds and 4 git commands to generate.