Sort includes in C++ files
[babeltrace.git] / tests / lib / conds / utils.cpp
index 7ee486be37e763649b7246f725f98bdf242b4373..53984752a85576deab3cb565ea3b04dccc0f3c30 100644 (file)
@@ -4,18 +4,21 @@
  * Copyright (C) 2020 Philippe Proulx <pproulx@efficios.com>
  */
 
-#include <stdlib.h>
+#include <iostream>
+
+#include <assert.h>
+#include <glib.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
-#include <assert.h>
+
 #include <babeltrace2/babeltrace.h>
-#include <glib.h>
-#include <iostream>
 
 #include "common/assert.h"
 #include "cpp-common/nlohmann/json.hpp"
-#include "utils.hpp"
+
 #include "../utils/run-in.hpp"
+#include "utils.hpp"
 
 static void run_trigger(const struct cond_trigger *trigger)
 {
This page took 0.023848 seconds and 4 git commands to generate.