X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftrace-ir%2Ftrace-class-const.h;h=ca75bee48550c4002014ffb0bbb633d0b5064207;hb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;hp=6c6a9f4ac1371e53cfa8544fcf6b41e97fdd2460;hpb=335a2da576e59d32c17de2ece1e7e339c50e9c25;p=babeltrace.git diff --git a/include/babeltrace2/trace-ir/trace-class-const.h b/include/babeltrace2/trace-ir/trace-class-const.h index 6c6a9f4a..ca75bee4 100644 --- a/include/babeltrace2/trace-ir/trace-class-const.h +++ b/include/babeltrace2/trace-ir/trace-class-const.h @@ -1,5 +1,5 @@ -#ifndef BABELTRACE_TRACE_IR_TRACE_CLASS_CONST_H -#define BABELTRACE_TRACE_IR_TRACE_CLASS_CONST_H +#ifndef BABELTRACE2_TRACE_IR_TRACE_CLASS_CONST_H +#define BABELTRACE2_TRACE_IR_TRACE_CLASS_CONST_H /* * Copyright 2017-2018 Philippe Proulx @@ -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 @@ -101,6 +100,4 @@ extern void bt_trace_class_put_ref(const bt_trace_class *trace_class); } #endif -#include - -#endif /* BABELTRACE_TRACE_IR_TRACE_CLASS_CONST_H */ +#endif /* BABELTRACE2_TRACE_IR_TRACE_CLASS_CONST_H */