Add `-internal` suffix to all internal header files
[babeltrace.git] / lib / component / notification / packet.c
index 587b85084997001bdd0df3d6e80cb2afc82c21c8..fa6a0ee335e1b95a96cb30965462d1a2aa1273e2 100644 (file)
@@ -24,8 +24,8 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/compiler.h>
-#include <babeltrace/component/notification/packet-internal.h>
+#include <babeltrace/compiler-internal.h>
+#include <babeltrace/graph/notification-packet-internal.h>
 
 static
 void bt_notification_packet_begin_destroy(struct bt_object *obj)
This page took 0.022975 seconds and 4 git commands to generate.