Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / readwrite.hpp
index 1818fdb261f6f7c53f1f1bb788014ec8201c1f25..d3f80929d6cfcf4bb6208559009cca790323b746 100644 (file)
@@ -8,9 +8,10 @@
  *
  */
 
-#include <unistd.h>
 #include <common/macros.hpp>
 
+#include <unistd.h>
+
 /*
  * lttng_read and lttng_write take care of EINTR and partial read/write.
  * Upon success, they return the "count" received as parameter.
This page took 0.022752 seconds and 4 git commands to generate.