X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event-internal.h;h=83a02069954c40e9b1e28212ab65e1cf54abb066;hb=e22b45d0f7d3ce1311bf96a930bc42326f555202;hp=436477b3b85bd50456e3a9c94ef68a8f91052c29;hpb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event-internal.h b/include/babeltrace/graph/notification-event-internal.h index 436477b3..83a02069 100644 --- a/include/babeltrace/graph/notification-event-internal.h +++ b/include/babeltrace/graph/notification-event-internal.h @@ -31,7 +31,6 @@ #include #include #include -#include #include #ifdef __cplusplus @@ -41,7 +40,6 @@ extern "C" { struct bt_notification_event { struct bt_notification parent; struct bt_event *event; - struct bt_clock_class_priority_map *cc_prio_map; }; BT_HIDDEN