X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftrace-ir%2Ffield-class-const.h;h=5a8b2b49955d9f6150a66f7a5f7db61444b02c2a;hp=1dd49f0adac505b56a83735cbb52ca4a9972c299;hb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;hpb=924dc299c8a893e92fcd985fa05c245b591ef314 diff --git a/include/babeltrace2/trace-ir/field-class-const.h b/include/babeltrace2/trace-ir/field-class-const.h index 1dd49f0a..5a8b2b49 100644 --- a/include/babeltrace2/trace-ir/field-class-const.h +++ b/include/babeltrace2/trace-ir/field-class-const.h @@ -27,6 +27,10 @@ * http://www.efficios.com/ctf */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + /* * For bt_bool, bt_field_class, bt_field_path, * bt_field_class_enumeration_mapping, @@ -39,11 +43,6 @@ #include #include -/* For __BT_FUNC_STATUS_* */ -#define __BT_FUNC_STATUS_ENABLE -#include -#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 - #endif /* BABELTRACE2_TRACE_IR_FIELD_CLASS_CONST_H */