Fix: CTF writer: include CTF writer (own) version of `object-pool.h`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 28 Jun 2019 21:01:10 +0000 (17:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 29 Jun 2019 06:04:08 +0000 (02:04 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I9261eea60e71e85b56b1abe6bd21d1eb4ebfdeab
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1579
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/ctf-writer/clock-class.h
src/ctf-writer/field-wrapper.c

index b7bd7014609c8c5ccd9708e50f2ff1cdcdcaee1d..dfe95cc71ef8b87cec08774210b08cbb5fb0d98a 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #include "common/macros.h"
-#include "lib/object-pool.h"
+#include "object-pool.h"
 #include "compat/uuid.h"
 #include <babeltrace2/types.h>
 #include <stdbool.h>
index a7a047b84e9c490b39cc2b2a87a1aa76af2a0f4e..2124d4ccbfad6ec6e214443414be2060a74fa75b 100644 (file)
@@ -25,8 +25,6 @@
 
 #include <glib.h>
 
-#include "lib/object-pool.h"
-
 #include "fields.h"
 #include "field-wrapper.h"
 #include "object.h"
This page took 0.026613 seconds and 4 git commands to generate.