Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / lttng-live / data-stream.cpp
index a9502156effe5cadf6f772290984dcf4b7bc162d..5ab21297db99b79899ea0389c7fd6a6b2aad3a4b 100644 (file)
@@ -7,22 +7,22 @@
  * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation
  */
 
-#define BT_COMP_LOG_SELF_COMP self_comp
-#define BT_LOG_OUTPUT_LEVEL   log_level
-#define BT_LOG_TAG            "PLUGIN/SRC.CTF.LTTNG-LIVE/DS"
-#include "logging/comp-logging.h"
-
+#include <glib.h>
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <glib.h>
-
 #include <babeltrace2/babeltrace.h>
 
-#include "../common/msg-iter/msg-iter.hpp"
+#define BT_COMP_LOG_SELF_COMP self_comp
+#define BT_LOG_OUTPUT_LEVEL   log_level
+#define BT_LOG_TAG            "PLUGIN/SRC.CTF.LTTNG-LIVE/DS"
+#include "logging/comp-logging.h"
+
 #include "common/assert.h"
 #include "compat/mman.h"
+
+#include "../common/msg-iter/msg-iter.hpp"
 #include "data-stream.hpp"
 
 #define STREAM_NAME_PREFIX "stream-"
This page took 0.024868 seconds and 4 git commands to generate.