test-platform.h: do not include `barectf.h`: forward-declare context
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 16:09:28 +0000 (12:09 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 16:09:28 +0000 (12:09 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/tracing/support/test-platform.h

index 8632a5e44d8121da7de0dd113f01438965663942..7bd857e23d43f1e25b9a934ce29e99578ad12442 100644 (file)
@@ -25,9 +25,8 @@
 
 #include <stdlib.h>
 
-#include "barectf.h"
-
 struct test_platform_ctx;
+struct barectf_default_ctx;
 
 struct test_platform_ctx *test_platform_init(size_t buf_size);
 void test_platform_fini(struct test_platform_ctx *ctx);
This page took 0.024219 seconds and 4 git commands to generate.