X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftrace-ir%2Fclock-class.h;h=556366f086884853a1ef1e4893566f7d2dc24327;hp=6cfecbae129bb86b051eb64d1c67a052cb28e768;hb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;hpb=924dc299c8a893e92fcd985fa05c245b591ef314 diff --git a/include/babeltrace2/trace-ir/clock-class.h b/include/babeltrace2/trace-ir/clock-class.h index 6cfecbae..556366f0 100644 --- a/include/babeltrace2/trace-ir/clock-class.h +++ b/include/babeltrace2/trace-ir/clock-class.h @@ -27,16 +27,15 @@ * http://www.efficios.com/ctf */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include /* For bt_bool, bt_uuid, bt_clock_class, bt_trace_class */ #include -/* For __BT_FUNC_STATUS_* */ -#define __BT_FUNC_STATUS_ENABLE -#include -#undef __BT_FUNC_STATUS_ENABLE - #ifdef __cplusplus extern "C" { #endif @@ -78,6 +77,4 @@ extern void bt_clock_class_set_uuid(bt_clock_class *clock_class, } #endif -#include - #endif /* BABELTRACE2_TRACE_IR_CLOCK_CLASS_H */