Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / waiter.hpp
index 75c9ac447da2ce1320c9bf6c26d5a1b458abc7c1..d88fe0f66af96a1029afe019e925fb6d2cb7d809 100644 (file)
 
 #define _LGPL_SOURCE
 
+#include "macros.hpp"
+
+#include <stdbool.h>
 #include <stdint.h>
 #include <urcu/wfstack.h>
-#include <stdbool.h>
-#include "macros.hpp"
 
 struct lttng_waiter {
        struct cds_wfs_node wait_queue_node;
This page took 0.024257 seconds and 4 git commands to generate.