X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Fvalue.h;h=87190173b39e7dc16ab996f44f60cff1ded70e09;hp=b6a22562f525e8da539a9ec9a8fdf89626ce76cf;hb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;hpb=924dc299c8a893e92fcd985fa05c245b591ef314 diff --git a/include/babeltrace2/value.h b/include/babeltrace2/value.h index b6a22562..87190173 100644 --- a/include/babeltrace2/value.h +++ b/include/babeltrace2/value.h @@ -23,6 +23,10 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include #include @@ -32,11 +36,6 @@ /* For bt_value_type */ #include -/* For __BT_FUNC_STATUS_* */ -#define __BT_FUNC_STATUS_ENABLE -#include -#undef __BT_FUNC_STATUS_ENABLE - #ifdef __cplusplus extern "C" { #endif @@ -177,6 +176,4 @@ bt_value_map_insert_empty_map_entry(bt_value *map_obj, const char *key); } #endif -#include - #endif /* BABELTRACE2_VALUE_H */