Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / fs-src / file.cpp
index 45bdd3010f1adf34ce0a3b5d319281b0e118ee86..947e09ddc283b6391c1d4e652beb809ef638c490 100644 (file)
@@ -4,16 +4,17 @@
  * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
  */
 
+#include <glib.h>
+#include <stdio.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h>
+
 #define BT_COMP_LOG_SELF_COMP (file->self_comp)
 #define BT_LOG_OUTPUT_LEVEL   (file->log_level)
 #define BT_LOG_TAG            "PLUGIN/SRC.CTF.FS/FILE"
 #include "logging/comp-logging.h"
 
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <glib.h>
 #include "file.hpp"
 
 void ctf_fs_file_destroy(struct ctf_fs_file *file)
This page took 0.023507 seconds and 4 git commands to generate.