lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / include / babeltrace2 / trace-ir / field.h
index 8dadd6873f22bc4b219358283ea1a4af30c0d6f2..4910927f82127cc295be26c32474c25b3dd77768 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_TRACE_IR_FIELDS_H
-#define BABELTRACE_TRACE_IR_FIELDS_H
+#ifndef BABELTRACE2_TRACE_IR_FIELD_H
+#define BABELTRACE2_TRACE_IR_FIELD_H
 
 /*
  * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * http://www.efficios.com/ctf
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.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
@@ -103,6 +102,4 @@ extern bt_field *bt_field_variant_borrow_selected_option_field(
 }
 #endif
 
-#include <babeltrace2/undef-func-status.h>
-
-#endif /* BABELTRACE_TRACE_IR_FIELDS_H */
+#endif /* BABELTRACE2_TRACE_IR_FIELD_H */
This page took 0.024007 seconds and 4 git commands to generate.