include/babeltrace2/types.h: remove unused `bt_event_header_field`
[babeltrace.git] / include / babeltrace2 / types.h
index 2f9e6496bc9424ddc3f0b781f4b931d89579eff5..42e6bd48f286eb1783dc00f8a233a9c4a5756a09 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TYPES_H
 #define BABELTRACE2_TYPES_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
@@ -33,7 +35,6 @@ typedef struct bt_error bt_error;
 typedef struct bt_error_cause bt_error_cause;
 typedef struct bt_event bt_event;
 typedef struct bt_event_class bt_event_class;
-typedef struct bt_event_header_field bt_event_header_field;
 typedef struct bt_field bt_field;
 typedef struct bt_field_class bt_field_class;
 typedef struct bt_field_class_enumeration_mapping bt_field_class_enumeration_mapping;
@@ -59,7 +60,6 @@ typedef struct bt_object bt_object;
 typedef struct bt_packet bt_packet;
 typedef struct bt_plugin bt_plugin;
 typedef struct bt_plugin_set bt_plugin_set;
-typedef struct bt_plugin_so_shared_lib_handle bt_plugin_so_shared_lib_handle;
 typedef struct bt_port bt_port;
 typedef struct bt_port_input bt_port_input;
 typedef struct bt_port_output bt_port_output;
This page took 0.023563 seconds and 4 git commands to generate.