Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / msg-iter / msg-iter.hpp
index 15a952d2fadcf98c182e200251a29a005103fa3f..830f96c7a0af4ec4f6abd812af2e2c5c482c923d 100644 (file)
 #define CTF_MSG_ITER_H
 
 #include <stdbool.h>
+#include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
-#include <stddef.h>
+
 #include <babeltrace2/babeltrace.h>
+
 #include "common/macros.h"
 
 #include "../metadata/ctf-meta.hpp"
This page took 0.023114 seconds and 4 git commands to generate.