Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / destroy.cpp
index ed09b650937055fd4e990a4335797cc18e6c3444..3ab9b224849180052f9755036abd279ab794fe6b 100644 (file)
 #include <stdbool.h>
 #include <lttng/lttng.h>
 
-#include "../command.h"
+#include "../command.hpp"
 
-#include <common/mi-lttng.h>
-#include <common/sessiond-comm/sessiond-comm.h>
-#include <common/utils.h>
+#include <common/mi-lttng.hpp>
+#include <common/sessiond-comm/sessiond-comm.hpp>
+#include <common/utils.hpp>
 
 static char *opt_session_name;
 static int opt_destroy_all;
This page took 0.024062 seconds and 4 git commands to generate.