include: add IWYU pragmas in private header files
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 7 Dec 2023 22:08:22 +0000 (22:08 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
Add Include What You Use "private" pragmas in the private header files
exported by babeltrace 2, indicating that <babeltrace2/babeltrace.h>
should be used instead.

Change-Id: I7b7bdde4ab52012b4b57d5c7739e7910a5321f9c
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11491
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
40 files changed:
include/babeltrace2/error-reporting.h
include/babeltrace2/func-status.h
include/babeltrace2/graph/component-class-dev.h
include/babeltrace2/graph/component-class.h
include/babeltrace2/graph/component-descriptor-set.h
include/babeltrace2/graph/component.h
include/babeltrace2/graph/connection.h
include/babeltrace2/graph/graph.h
include/babeltrace2/graph/interrupter.h
include/babeltrace2/graph/message-iterator-class.h
include/babeltrace2/graph/message-iterator.h
include/babeltrace2/graph/message.h
include/babeltrace2/graph/port.h
include/babeltrace2/graph/private-query-executor.h
include/babeltrace2/graph/query-executor.h
include/babeltrace2/graph/self-component-class.h
include/babeltrace2/graph/self-component-port.h
include/babeltrace2/graph/self-component.h
include/babeltrace2/graph/self-message-iterator.h
include/babeltrace2/integer-range-set.h
include/babeltrace2/logging-defs.h
include/babeltrace2/logging.h
include/babeltrace2/plugin/plugin-dev.h
include/babeltrace2/plugin/plugin-loading.h
include/babeltrace2/trace-ir/clock-class.h
include/babeltrace2/trace-ir/clock-snapshot.h
include/babeltrace2/trace-ir/event-class.h
include/babeltrace2/trace-ir/event.h
include/babeltrace2/trace-ir/field-class.h
include/babeltrace2/trace-ir/field-path.h
include/babeltrace2/trace-ir/field.h
include/babeltrace2/trace-ir/packet.h
include/babeltrace2/trace-ir/stream-class.h
include/babeltrace2/trace-ir/stream.h
include/babeltrace2/trace-ir/trace-class.h
include/babeltrace2/trace-ir/trace.h
include/babeltrace2/types.h
include/babeltrace2/util.h
include/babeltrace2/value.h
include/babeltrace2/version.h

index 43922e23d3fa1fd28643b142cf94b9654bd57b9e..7c4b15419bf5cf9ae4460a87de3dc608a0a151ca 100644 (file)
@@ -4,6 +4,8 @@
  * Copyright (C) 2010-2019 EfficiOS Inc. and Linux Foundation
  */
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef BABELTRACE2_ERROR_REPORTING_H
 #define BABELTRACE2_ERROR_REPORTING_H
 
index bba3882a609b34ab0cf5ea84117223ab344c5ed7..806e4bcba511a1724bdff829ea0432bac564ed6c 100644 (file)
@@ -4,6 +4,8 @@
  * Copyright (C) 2010-2019 EfficiOS Inc. and Linux Foundation
  */
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 /*
  * No include guards here: it is safe to include this file multiple
  * times.
index 20ac581a25273fe558a712861cd4dd0202873bd2..eaf288f9c4b842074baa65f44ad3deb5726541bf 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_COMPONENT_CLASS_DEV_H
 #define BABELTRACE2_GRAPH_COMPONENT_CLASS_DEV_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 66036c22a0629aad34c4347035623ca8ee87a7fb..e08334dbfa30214262561d62886b039e4b650aec 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_COMPONENT_CLASS_H
 #define BABELTRACE2_GRAPH_COMPONENT_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 41e132bf3391e28ee03f18f392bba0d976c89e31..9c929a342e1e4fdb29da961f964e08e1f592664c 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_COMPONENT_DESCRIPTOR_SET_H
 #define BABELTRACE2_GRAPH_COMPONENT_DESCRIPTOR_SET_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 7999d52402198cdf23c4622486496672b57511ca..8d2a0a4e81883fca198a26c637a99107ce08cfc9 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_COMPONENT_H
 #define BABELTRACE2_GRAPH_COMPONENT_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 3e6d45feb1f8377ed8ed1f31c139c5c7b063e03a..53e6c89048deff86ec2d9b8f612c56e6fff50a8b 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_CONNECTION_H
 #define BABELTRACE2_GRAPH_CONNECTION_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index f3d0ffb5d1be619f57d4a1aa2c26126a0d13ade7..f9359dda27a00194fd47916d92b30aab05e49220 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_GRAPH_H
 #define BABELTRACE2_GRAPH_GRAPH_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 00b9512fba6a046ad4c75b9e1e3542661fdf2158..4290dca7b996da1bf52d222e3cf3883013a4dbc2 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_INTERRUPTER_H
 #define BABELTRACE2_GRAPH_INTERRUPTER_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 05c58987f49209d9fbf047dd6da62c7dc2e22dcf..94daac09373ec8a72a5d201f4ec7c71808b4d52b 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_MESSAGE_ITERATOR_CLASS_H
 #define BABELTRACE2_GRAPH_MESSAGE_ITERATOR_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 123e4771261b4d537607b483d18c0e3b2994f72c..0b6d102c39f36aa1459f4815e4d8c5e321534653 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_MESSAGE_ITERATOR_H
 #define BABELTRACE2_GRAPH_MESSAGE_ITERATOR_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index c5a75bda2eff7233b0f98c2410e4674e8cebbb53..00d7dba0bd6e4a9ee0e0d88ff8ca8226068f058b 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_MESSAGE_H
 #define BABELTRACE2_GRAPH_MESSAGE_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 3b210f2dce4050eb996700b46e41a59581ce074d..aa3d7691bce98ff07846b92198c1e6c4714780c6 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_PORT_H
 #define BABELTRACE2_GRAPH_PORT_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 9c6e97c4717bcdf19e6c483c7410d40f9e1b6883..756f5eecc6b2055487e1cb028b4e810229986de1 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_PRIVATE_QUERY_EXECUTOR_H
 #define BABELTRACE2_GRAPH_PRIVATE_QUERY_EXECUTOR_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 999aa0ab12a2bc562ff0e3da6691aa80fe44874e..89432934b9a7929dd5dd21fa00c1201c52b3b78d 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_QUERY_EXECUTOR_H
 #define BABELTRACE2_GRAPH_QUERY_EXECUTOR_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index c5de3037a59f9500c9cc5527e1ee27833a5699ee..994367f4d91329be0ca705e55ed758db3b4fd011 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_SELF_COMPONENT_CLASS_H
 #define BABELTRACE2_GRAPH_SELF_COMPONENT_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 8532d270c83d687f54a67d02bcdb86203c86b5e3..cb13127cb981097583a3d3997966686e609c264c 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_SELF_COMPONENT_PORT_H
 #define BABELTRACE2_GRAPH_SELF_COMPONENT_PORT_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index f37346d1538e0ce6c888ab29b1b055b20f27c997..c6276116a3e0a257a8a9a4b4c4c55848be95b391 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_SELF_COMPONENT_H
 #define BABELTRACE2_GRAPH_SELF_COMPONENT_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 452f33a9dc540a40c60e0b9aa1e25857f5ca709a..43d9464ef9a55235b16021bbc315eb9d5a8e69b8 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H
 #define BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 7e87fe9df5663fadc94bad680acdf3fcb59e485c..f4984b2efdcd097d2dcb2b071a6af3e1fbece824 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_INTEGER_RANGE_SET_H
 #define BABELTRACE2_INTEGER_RANGE_SET_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index acb75303306ac1ea30b1c8aca22f63edb86fcd28..884957efe48c2daa381f154f5490aa77e07f13bf 100644 (file)
@@ -9,6 +9,8 @@
  * times.
  */
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 2b5da45cecd584aa0e5bf9470c46c8bfee92a47b..f8ac11fb5ad323241bd425f35114d95e288ae7db 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_LOGGING_H
 #define BABELTRACE2_LOGGING_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index f4444f92040f7d96fd7a5414cef6419ef01762dd..88b872c830c011b7f51276dfdc91eba1a9bd61d1 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_PLUGIN_PLUGIN_DEV_H
 #define BABELTRACE2_PLUGIN_PLUGIN_DEV_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index b38364363e4b812e0da82a0b9e0cd0d973b9ffcd..a2615da671cf844d7750f24fcdea589a1bf2a9f4 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_PLUGIN_PLUGIN_LOADING_H
 #define BABELTRACE2_PLUGIN_PLUGIN_LOADING_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index b28a6c5e8295352ec0622e1fb16bade342688661..129df37a8ad0502d6c74172dd77c51951c48637d 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_CLOCK_CLASS_H
 #define BABELTRACE2_TRACE_IR_CLOCK_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 554131c05773045622a93b27b9347f7a6bde9c6c..f04204c9bce3210ba77628dc00adde2795a8ebd5 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_CLOCK_SNAPSHOT_H
 #define BABELTRACE2_TRACE_IR_CLOCK_SNAPSHOT_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 845b64f1ca1237c7d195f4d85157f7f03fe3e0d3..31a61fc22948fd6aa2dde48e0b810e4bf8804698 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_EVENT_CLASS_H
 #define BABELTRACE2_TRACE_IR_EVENT_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 474f0c9cb5b76ee3ca7dc0446d6d4615abd510ed..c571ca0bff23d01164b8bad9255e966273c8d2a6 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_EVENT_H
 #define BABELTRACE2_TRACE_IR_EVENT_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 4d8624828e598eac1916d85102214cae5c93cc68..c13e6e5ede5192d3b29302c0f349085b3444788c 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_FIELD_CLASS_H
 #define BABELTRACE2_TRACE_IR_FIELD_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index f58a454c6ae3292765f6c802fa70be0996d90237..4119f5413da3a379125d20b430f5054b74c439db 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_FIELD_PATH_H
 #define BABELTRACE2_TRACE_IR_FIELD_PATH_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 1f7847d56a1b9a259c8e8944ecb8d71cd0f0c322..e52edfba9d2d67b2b8dfe4e71fe99fe09ab2fd92 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_FIELD_H
 #define BABELTRACE2_TRACE_IR_FIELD_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 813d75efaf4756d5626ae0c14c70e461265cb31a..ce7aba2284cdfb52dbf3b9723c94ea016be794aa 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_PACKET_H
 #define BABELTRACE2_TRACE_IR_PACKET_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 92df5159e323346ea5fdca17ac62dfbf82b7f5d4..0df1f1977cf7aaf6f05965e03cf0d5953dc1cbc1 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_STREAM_CLASS_H
 #define BABELTRACE2_TRACE_IR_STREAM_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 95f17a7f118a7d17dfa2973fd0a6fd624d17a1c4..1695c96fe63d6f9adf09552186f6995f45c383eb 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_STREAM_H
 #define BABELTRACE2_TRACE_IR_STREAM_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index fd01d32b81f9ec89cf92580288a68e5480e568c1..579dd5fe3be52d26b18bbfe90363f5ad0a1597b3 100644 (file)
@@ -4,9 +4,11 @@
  * Copyright (C) 2010-2019 EfficiOS Inc. and Linux Foundation
  */
 
- #ifndef BABELTRACE2_TRACE_IR_TRACE_CLASS_H
+#ifndef BABELTRACE2_TRACE_IR_TRACE_CLASS_H
 #define BABELTRACE2_TRACE_IR_TRACE_CLASS_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index e36a5fd3fe869c00d20f3e6edea9c0374b0f5c88..811936fd682f878dec6d6ece90fb301f98fb3208 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_TRACE_IR_TRACE_H
 #define BABELTRACE2_TRACE_IR_TRACE_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 2f9e6496bc9424ddc3f0b781f4b931d89579eff5..3f571fa905c0dceb46eaddf664926c60b708e630 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
index 8426a0adeff4c0729c2d01ee001a7adb531226d0..adece55dee24776f0115c279bc15a03ce139b628 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_UTIL_H
 #define BABELTRACE2_UTIL_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index ae60e652fa59b620e287f2cad54c971c54398b01..ac95bafc9a3a316a5980ba4f7a02524e81ac8cfa 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_VALUE_H
 #define BABELTRACE2_VALUE_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
index 067427123926638896754555c8a3527cd8eb6c20..c3689eba2f4f5756f522c051489e27fb8a9ab9bc 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_VERSION_H
 #define BABELTRACE2_VERSION_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
This page took 0.038311 seconds and 4 git commands to generate.