Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-in-ir.c
index cdafe1c8d1c1e77908e0a22d075c8e48a1f44917..30e21f3ff558866d625faa858451a742f361c0d1 100644 (file)
  * all copies or substantial portions of the Software.
  */
 
-#define BT_LOG_TAG "PLUGIN/CTF/META/UPDATE-IN-IR"
-#include "logging.h"
-
 #include <babeltrace2/babeltrace.h>
 #include "common/macros.h"
 #include "common/assert.h"
 #include "compat/glib.h"
 #include <glib.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 #include <inttypes.h>
This page took 0.024847 seconds and 4 git commands to generate.