Fix -Wmissing-prototypes/-Wmissing-declarations warnings
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder-packetized-file-stream-to-buf.c
index bf735827b180ff2ad2b90e44ca45eb1601edfa55..81dcf22456d04adfcfb012338cdfeb79a71aebb3 100644 (file)
@@ -15,7 +15,9 @@
 #define BT_COMP_LOG_SELF_COMP self_comp
 #define BT_LOG_OUTPUT_LEVEL log_level
 #define BT_LOG_TAG "PLUGIN/CTF/META/DECODER-DECODE-PACKET"
-#include "plugins/comp-logging.h"
+#include "logging/comp-logging.h"
+
+#include "decoder-packetized-file-stream-to-buf.h"
 
 #include <stdio.h>
 #include <stdbool.h>
@@ -36,9 +38,6 @@
 
 #define TSDL_MAGIC     0x75d11d57
 
-extern
-int yydebug;
-
 struct ctf_metadata_decoder {
        struct ctf_visitor_generate_ir *visitor;
        bt_uuid_t uuid;
This page took 0.031333 seconds and 4 git commands to generate.