Rename C++ header files to .hpp
[lttng-tools.git] / src / lib / lttng-ctl / tracker.cpp
index b7fc1f78a0f794976022bb29ab1c37b1fef3689e..53deced1d36172bb678e40234149dcae23b6b8b4 100644 (file)
@@ -5,14 +5,14 @@
  *
  */
 
  *
  */
 
-#include <type_traits>
+#include <lttng/domain.h>
+#include <lttng/lttng-error.h>
 
 
-#include "lttng-ctl-helper.h"
-#include "lttng/domain.h"
-#include "lttng/lttng-error.h"
-#include <common/sessiond-comm/sessiond-comm.h>
-#include <common/tracker.h>
+#include "lttng-ctl-helper.hpp"
+#include <common/sessiond-comm/sessiond-comm.hpp>
+#include <common/tracker.hpp>
 #include <lttng/tracker.h>
 #include <lttng/tracker.h>
+#include <type_traits>
 
 struct lttng_process_attr_tracker_handle {
        char *session_name;
 
 struct lttng_process_attr_tracker_handle {
        char *session_name;
This page took 0.022779 seconds and 4 git commands to generate.