lib: remove "For *" comments in public headers
[babeltrace.git] / include / babeltrace2 / graph / self-component-filter.h
index 20b3e9f87bc488914806b07ae3a5cddfc07f1f75..9e6490a7cf026fbb6a7d7047eee46c0754110333 100644 (file)
  * SOFTWARE.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 
-/* For bt_self_component_*_status */
 #include <babeltrace2/graph/self-component.h>
-
-/*
- * For bt_component_filter, bt_self_component, bt_self_component_filter,
- * bt_self_component_port_input, bt_self_component_port_output,
- * __BT_UPCAST, __BT_UPCAST_CONST
- */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
This page took 0.024066 seconds and 4 git commands to generate.