Common Trace Format 2 generation
[lttng-tools.git] / src / common / common.hpp
diff --git a/src/common/common.hpp b/src/common/common.hpp
new file mode 100644 (file)
index 0000000..97273d0
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef _COMMON_H
+#define _COMMON_H
+
+#include "error.hpp"
+#include "macros.hpp"
+#include "runas.hpp"
+#include "readwrite.hpp"
+#include "time.hpp"
+
+#endif /* _COMMON_H */
This page took 0.027066 seconds and 5 git commands to generate.