lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / packet.c
index 02b9f9c288f061764050d2e86463f0e05b9b78b2..3d8ab27aecafb1ca0d249707f0ed7d321b6e8024 100644 (file)
@@ -14,7 +14,6 @@
 #include <babeltrace2/trace-ir/stream.h>
 #include "lib/object.h"
 #include "common/assert.h"
-#include <inttypes.h>
 #include <stdbool.h>
 
 #include "field.h"
@@ -22,8 +21,6 @@
 #include "packet.h"
 #include "stream-class.h"
 #include "stream.h"
-#include "trace.h"
-#include "lib/func-status.h"
 
 BT_EXPORT
 struct bt_stream *bt_packet_borrow_stream(struct bt_packet *packet)
This page took 0.024323 seconds and 4 git commands to generate.