Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-value-storing-indexes.cpp
index 274cdcc9cc1f5bb489fb778b0c4caffcaccf2c59..a51b03cfdfb6d3c199fdf6e29e0e2ecac8d1c023 100644 (file)
@@ -4,13 +4,15 @@
  * Copyright 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
-#include "common/assert.h"
 #include <glib.h>
+#include <inttypes.h>
 #include <stdint.h>
 #include <string.h>
-#include <inttypes.h>
+
+#include <babeltrace2/babeltrace.h>
+
+#include "common/assert.h"
+#include "common/macros.h"
 
 #include "ctf-meta-visitors.hpp"
 
This page took 0.022656 seconds and 4 git commands to generate.