Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / disable_channels.cpp
index 843fecd878b8d20afb032928ee626c11036486f1..df9eb13fac04a52f8334efbedab5ae2f38cd73b6 100644 (file)
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/mi-lttng.h>
-#include <lttng/domain-internal.h>
+#include <common/mi-lttng.hpp>
+#include <lttng/domain-internal.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 
 static char *opt_channels;
 static int opt_kernel;
This page took 0.023203 seconds and 4 git commands to generate.