lib: rename include dir to babeltrace2
[babeltrace.git] / lib / ctf-writer / object-pool.c
index 6cbc19449097464bf300c3bfa07ecd83438bda29..e62356bef895ffaf18c58cb6284a9c31f6c2c2bb 100644 (file)
  */
 
 #define BT_LOG_TAG "OBJECT-POOL"
-#include <babeltrace/lib-logging-internal.h>
+#include <babeltrace2/lib-logging-internal.h>
 
 #include <stdint.h>
-#include <babeltrace/assert-internal.h>
-#include <babeltrace/ctf-writer/object-pool-internal.h>
+#include <babeltrace2/assert-internal.h>
+#include <babeltrace2/ctf-writer/object-pool-internal.h>
 
 int bt_ctf_object_pool_initialize(struct bt_ctf_object_pool *pool,
                bt_ctf_object_pool_new_object_func new_object_func,
This page took 0.023097 seconds and 4 git commands to generate.