Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / objstack.cpp
index 1d808384e9807a06683dc73cec581019707244a8..2eb938389f7acdb87b9e6bfa3af1eb3f7b459fa9 100644 (file)
@@ -6,16 +6,17 @@
  * Common Trace Format Object Stack.
  */
 
+#include <stdlib.h>
+
 #define BT_LOG_OUTPUT_LEVEL ctf_plugin_metadata_log_level
 #define BT_LOG_TAG          "PLUGIN/CTF/META/OBJSTACK"
 #include "logging.hpp"
 
-#include "objstack.hpp"
-
-#include <stdlib.h>
+#include "common/align.h"
 #include "common/list.h"
 #include "common/macros.h"
-#include "common/align.h"
+
+#include "objstack.hpp"
 
 #define OBJSTACK_ALIGN    8 /* Object stack alignment */
 #define OBJSTACK_INIT_LEN 128
This page took 0.023596 seconds and 4 git commands to generate.