Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / list.cpp
index 9046c465885424160ffe63ae878c92b35ce42fa1..444a96b40a5e4957177109777196360c7ce9adf7 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include <common/mi-lttng.h>
-#include <common/time.h>
-#include <common/tracker.h>
-#include <lttng/domain-internal.h>
+#include <common/mi-lttng.hpp>
+#include <common/time.hpp>
+#include <common/tracker.hpp>
+#include <lttng/domain-internal.hpp>
 #include <lttng/lttng.h>
 
-#include "../command.h"
+#include "../command.hpp"
 
 static int opt_userspace;
 static int opt_kernel;
This page took 0.024856 seconds and 4 git commands to generate.