lib: remove "For *" comments in public headers
[babeltrace.git] / include / babeltrace2 / trace-ir / field-class.h
index d6997db5aabc1e8f8cbe2066712da98f9c8cd9bd..f0e4868d7b831cab3028693eddac92752875961b 100644 (file)
  * http://www.efficios.com/ctf
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 #include <stddef.h>
 
-/* For bt_bool, bt_field_class, bt_trace_class */
 #include <babeltrace2/types.h>
-
-/* For bt_field_class_integer_preferred_display_base */
 #include <babeltrace2/trace-ir/field-class-const.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
@@ -167,6 +163,4 @@ extern bt_field_class *bt_field_class_variant_option_borrow_field_class(
 }
 #endif
 
-#include <babeltrace2/undef-func-status.h>
-
 #endif /* BABELTRACE2_TRACE_IR_FIELD_CLASS_H */
This page took 0.022832 seconds and 4 git commands to generate.