X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftrace-ir%2Ftrace-const.h;h=db06dcba30fb2fd8dcc79c0e20940b36461a76b5;hp=9662810a3278771f7381e34a72ac80fa9bf2f73a;hb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;hpb=924dc299c8a893e92fcd985fa05c245b591ef314 diff --git a/include/babeltrace2/trace-ir/trace-const.h b/include/babeltrace2/trace-ir/trace-const.h index 9662810a..db06dcba 100644 --- a/include/babeltrace2/trace-ir/trace-const.h +++ b/include/babeltrace2/trace-ir/trace-const.h @@ -27,6 +27,10 @@ * http://www.efficios.com/ctf */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include /* @@ -35,11 +39,6 @@ */ #include -/* For __BT_FUNC_STATUS_* */ -#define __BT_FUNC_STATUS_ENABLE -#include -#undef __BT_FUNC_STATUS_ENABLE - #ifdef __cplusplus extern "C" { #endif @@ -110,6 +109,4 @@ extern void bt_trace_put_ref(const bt_trace *trace); } #endif -#include - #endif /* BABELTRACE2_TRACE_IR_TRACE_CONST_H */