Sort includes in C++ files
[babeltrace.git] / tests / lib / test-fields-bin.cpp
index 9899f86ee29cab85dbf119224415c10e648e5b9b..0bc8bb3b745564b4f39c37686859d84053b7a2eb 100644 (file)
@@ -4,10 +4,13 @@
  * Copyright (C) 2023 EfficiOS Inc.
  */
 
+#include <cstring>
+
+#include "common/assert.h"
+
 #include "utils/run-in.hpp"
+
 #include "tap/tap.h"
-#include "common/assert.h"
-#include <cstring>
 
 static const int NR_TESTS = 2;
 
This page took 0.022975 seconds and 4 git commands to generate.