Move to kernel style SPDX license identifiers
[babeltrace.git] / src / lib / trace-ir / utils.c
CommitLineData
654c1444 1/*
0235b0db
MJ
2 * SPDX-License-Identifier: MIT
3 *
e2f7325d 4 * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
654c1444 5 * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
654c1444
JG
6 */
7
350ad6c1 8#define BT_LOG_TAG "LIB/TRACE-IR-UTILS"
c2d9d9cf 9#include "lib/logging.h"
1dc9dd82 10
654c1444
JG
11#include <stdlib.h>
12#include <glib.h>
3fadfbc0 13#include <babeltrace2/trace-ir/clock-class.h>
578e048b
MJ
14#include "common/assert.h"
15
16#include "field-class.h"
This page took 0.07766 seconds and 4 git commands to generate.