X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fvalue.h;h=34b7a40ad89957ff411b062dab1db35dfaaf5cd2;hb=HEAD;hp=76a480e885cf1712fb4b12ecf7c22c4dedfca5d9;hpb=1353b066072e6c389ff35853bac83f65597e7a6a;p=babeltrace.git diff --git a/src/lib/value.h b/src/lib/value.h index 76a480e8..68cd907e 100644 --- a/src/lib/value.h +++ b/src/lib/value.h @@ -4,14 +4,13 @@ * Copyright (c) 2015-2018 Philippe Proulx */ -#ifndef BABELTRACE_VALUES_INTERNAL_H -#define BABELTRACE_VALUES_INTERNAL_H +#ifndef BABELTRACE_LIB_VALUE_H +#define BABELTRACE_LIB_VALUE_H #include #include #include "lib/object.h" -#include "common/macros.h" struct bt_value { struct bt_object base; @@ -60,4 +59,4 @@ void _bt_value_freeze(const struct bt_value *object); # define bt_value_freeze(_value) #endif /* BT_DEV_MODE */ -#endif /* BABELTRACE_VALUES_INTERNAL_H */ +#endif /* BABELTRACE_LIB_VALUE_H */