Sort includes in C++ files
[babeltrace.git] / tests / lib / utils / run-in.hpp
index 2220b97732e4d629f6b8797f08b70432f123bc92..0855e05e062ba697b3f9b4b4b51ad3a11833e634 100644 (file)
@@ -7,9 +7,10 @@
 #ifndef TESTS_LIB_UTILS_H
 #define TESTS_LIB_UTILS_H
 
-#include <babeltrace2/babeltrace.h>
 #include <functional>
 
+#include <babeltrace2/babeltrace.h>
+
 using RunInCompClsQueryFunc = std::function<void(bt_self_component_class *)>;
 using RunInCompClsInitFunc = std::function<void(bt_self_component *)>;
 using RunInMsgIterClsInitFunc = std::function<void(bt_self_message_iterator *)>;
This page took 0.022924 seconds and 4 git commands to generate.