lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / src / lib / value.h
index 4230f44ce76d30cf4a1058ead7726dea9b6573d1..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 {
@@ -70,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.029107 seconds and 4 git commands to generate.