Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-meanings.cpp
index 6f4138afba522d8e061e365d95cf48f7f1ef1a49..23c65745550274138bca52ad213f099d5a6119ea 100644 (file)
@@ -4,16 +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>
-
-#include "common/assert.h"
-#include "common/macros.h"
-
 #include "ctf-meta-visitors.hpp"
 
 static int set_int_field_class_meaning_by_name(struct ctf_field_class *fc, const char *field_name,
This page took 0.024765 seconds and 4 git commands to generate.