Cleanup: src.ctf.lttng-live: add missing `#include <stdint.h>`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 31 Oct 2019 16:32:33 +0000 (12:32 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 1 Nov 2019 19:21:31 +0000 (15:21 -0400)
Use stdint.h whenever only uint*_t are need and inttypes.h when
printf-like identifier are need (e.g. %PRIu64).

And reorder some #include statements.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Ic69636e4ac316a86f88ba0bdd8ad435b38db0e6a
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2313


No differences found
This page took 0.02432 seconds and 4 git commands to generate.