Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / property.h
index 9bc3f482e5ce820d4d325db56bf28f3b88ca97a9..bf5322bc7cb29b557155f54248560ae9f02d7db4 100644 (file)
  */
 
 #include "common/assert.h"
-#include <babeltrace2/property.h>
-#include <babeltrace2/types.h>
+#include <babeltrace2/babeltrace.h>
 #include <glib.h>
 #include <stdint.h>
-#include <stdbool.h>
 #include <string.h>
 
 struct bt_property {
This page took 0.023763 seconds and 4 git commands to generate.