X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Ftracefile-array.cpp;fp=src%2Fbin%2Flttng-relayd%2Ftracefile-array.cpp;h=8b1b533d5d60e8520344531ff3f3813d36030591;hp=05012b642cc40f6f6c913806e808b56d488e45d5;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/bin/lttng-relayd/tracefile-array.cpp b/src/bin/lttng-relayd/tracefile-array.cpp index 05012b642..8b1b533d5 100644 --- a/src/bin/lttng-relayd/tracefile-array.cpp +++ b/src/bin/lttng-relayd/tracefile-array.cpp @@ -6,11 +6,11 @@ */ #define _LGPL_SOURCE -#include -#include -#include +#include +#include +#include -#include "tracefile-array.h" +#include "tracefile-array.hpp" struct tracefile_array *tracefile_array_create(size_t count) {