lib: remove "For *" comments in public headers
[babeltrace.git] / include / babeltrace2 / trace-ir / field-const.h
index f72579091e9bebcbad939bf53dc433f8af8a866f..0ce6845740c763fb6fc64c07431e34b46f4cba9c 100644 (file)
  * http://www.efficios.com/ctf
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 
-/* For bt_field_class_type */
 #include <babeltrace2/trace-ir/field-class.h>
-
-/* For bt_field, bt_field_class */
 #include <babeltrace2/types.h>
 
-/* For __BT_FUNC_STATUS_* */
-#define __BT_FUNC_STATUS_ENABLE
-#include <babeltrace2/func-status.h>
-#undef __BT_FUNC_STATUS_ENABLE
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -101,6 +97,4 @@ bt_field_variant_borrow_selected_option_field_const(
 }
 #endif
 
-#include <babeltrace2/undef-func-status.h>
-
 #endif /* BABELTRACE2_TRACE_IR_FIELD_CONST_H */
This page took 0.04213 seconds and 4 git commands to generate.