lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / src / lib / value.h
index aa7418814ecbf945d7437acab287ebec0a0c6fb9..26a1d9c0ff97da883c01f04d465088aa08f99279 100644 (file)
  * SOFTWARE.
  */
 
-#include "lib/object.h"
-#include <babeltrace2/value.h>
-#include <babeltrace2/value-const.h>
-#include <babeltrace2/types.h>
 #include <glib.h>
+#include <babeltrace2/babeltrace.h>
+
+#include "lib/object.h"
+#include "common/macros.h"
 
 struct bt_value {
        struct bt_object base;
@@ -69,7 +69,7 @@ struct bt_value_map {
 };
 
 BT_HIDDEN
-enum bt_value_status _bt_value_freeze(const struct bt_value *object);
+void _bt_value_freeze(const struct bt_value *object);
 
 #ifdef BT_DEV_MODE
 # define bt_value_freeze       _bt_value_freeze
This page took 0.023161 seconds and 4 git commands to generate.