lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / include / babeltrace2 / trace-ir / field-class-const.h
index a316ca269e20586629959bd61e6479a0e0774f15..5a8b2b49955d9f6150a66f7a5f7db61444b02c2a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_TRACE_IR_FIELD_CLASSES_CONST_H
-#define BABELTRACE_TRACE_IR_FIELD_CLASSES_CONST_H
+#ifndef BABELTRACE2_TRACE_IR_FIELD_CLASS_CONST_H
+#define BABELTRACE2_TRACE_IR_FIELD_CLASS_CONST_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
+
 /*
  * For bt_bool, bt_field_class, bt_field_path,
  * bt_field_class_enumeration_mapping,
 #include <stdint.h>
 #include <stddef.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
@@ -214,6 +213,4 @@ extern void bt_field_class_put_ref(const bt_field_class *field_class);
 }
 #endif
 
-#include <babeltrace2/undef-func-status.h>
-
-#endif /* BABELTRACE_TRACE_IR_FIELD_CLASSES_CONST_H */
+#endif /* BABELTRACE2_TRACE_IR_FIELD_CLASS_CONST_H */
This page took 0.023793 seconds and 4 git commands to generate.