Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-alignments.cpp
index 21360d9d3c659181da4508a4e0e6c171afd5271b..5927e92fd2af6140d0171029dd8b3bbe2a84550e 100644 (file)
@@ -4,13 +4,15 @@
  * Copyright 2020 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.023316 seconds and 4 git commands to generate.