Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / util.c
index 3ba4c47611862ed9a7edcfab991788d51bda14c1..af2d1a4a61a4d63dc71006a66d2e5cd19b010a47 100644 (file)
@@ -24,9 +24,9 @@
 #include "lib/logging.h"
 
 #include "lib/assert-pre.h"
+#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
-#include <string.h>
 #include <inttypes.h>
 #include <babeltrace2/babeltrace.h>
 #include "lib/trace-ir/utils.h"
This page took 0.023721 seconds and 4 git commands to generate.