Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-translate.cpp
index 6f5d2d58d50fdf1de3f402e51701b2bede5e195c..e3ecfd077f562816ab8881bdda738e3e5611b2c8 100644 (file)
@@ -4,14 +4,12 @@
  * Copyright 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
-#include "common/assert.h"
-#include <glib.h>
-#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
-#include <inttypes.h>
+
+#include <babeltrace2/babeltrace.h>
+
+#include "common/assert.h"
 
 #include "ctf-meta-visitors.hpp"
 
@@ -139,8 +137,7 @@ static inline bt_field_class *ctf_field_class_string_to_ir(struct ctx *ctx,
 
 static inline void translate_struct_field_class_members(struct ctx *ctx,
                                                         struct ctf_field_class_struct *fc,
-                                                        bt_field_class *ir_fc,
-                                                        bool,
+                                                        bt_field_class *ir_fc, bool,
                                                         struct ctf_field_class_struct *)
 {
     uint64_t i;
This page took 0.025276 seconds and 4 git commands to generate.