lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / include / babeltrace2 / trace-ir / event-class.h
index ca6ad2680b22d00e525e2180cc61e6fadba3e9ae..9b67e943749cf1afa4384be18ef81e3f6e942a16 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_event_class_log_level */
 /* For bt_event_class, bt_stream_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
@@ -96,6 +95,4 @@ extern bt_field_class *bt_event_class_borrow_payload_field_class(
 }
 #endif
 
-#include <babeltrace2/undef-func-status.h>
-
 #endif /* BABELTRACE2_TRACE_IR_EVENT_CLASS_H */
This page took 0.023203 seconds and 4 git commands to generate.