Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-warn-meaningless-header-fields.cpp
index 6b31f88e6153a8600e00d3d2886ef60d6fcbc72d..6d7e274a1476e9d2c15dd6001cb9ea1b999b8071 100644 (file)
@@ -4,13 +4,9 @@
  * Copyright 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#include <glib.h>
-#include <inttypes.h>
 #include <stdint.h>
 #include <string.h>
 
-#include <babeltrace2/babeltrace.h>
-
 #define BT_COMP_LOG_SELF_COMP (log_cfg->self_comp)
 #define BT_LOG_OUTPUT_LEVEL   (log_cfg->log_level)
 #define BT_LOG_TAG            "PLUGIN/CTF/META/WARN-MEANINGLESS-HEADER-FIELDS"
@@ -18,7 +14,6 @@
 #include "logging/comp-logging.h"
 
 #include "common/assert.h"
-#include "common/macros.h"
 
 #include "ctf-meta-visitors.hpp"
 
This page took 0.023132 seconds and 4 git commands to generate.