From: Philippe Proulx Date: Fri, 28 Jun 2019 21:01:10 +0000 (-0400) Subject: Fix: CTF writer: include CTF writer (own) version of `object-pool.h` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=cb169d056ee13fe68308b5f0ee4e9f58310b781b Fix: CTF writer: include CTF writer (own) version of `object-pool.h` Signed-off-by: Philippe Proulx Change-Id: I9261eea60e71e85b56b1abe6bd21d1eb4ebfdeab Reviewed-on: https://review.lttng.org/c/babeltrace/+/1579 Tested-by: jenkins Reviewed-by: Simon Marchi --- diff --git a/src/ctf-writer/clock-class.h b/src/ctf-writer/clock-class.h index b7bd7014..dfe95cc7 100644 --- a/src/ctf-writer/clock-class.h +++ b/src/ctf-writer/clock-class.h @@ -26,7 +26,7 @@ */ #include "common/macros.h" -#include "lib/object-pool.h" +#include "object-pool.h" #include "compat/uuid.h" #include #include diff --git a/src/ctf-writer/field-wrapper.c b/src/ctf-writer/field-wrapper.c index a7a047b8..2124d4cc 100644 --- a/src/ctf-writer/field-wrapper.c +++ b/src/ctf-writer/field-wrapper.c @@ -25,8 +25,6 @@ #include -#include "lib/object-pool.h" - #include "fields.h" #include "field-wrapper.h" #include "object.h"