Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / disable_events.cpp
index b269f138cbb4060f2812a7b35cc05b94e5fc45e5..d2948ac041928814f51a7ebd0610b5811fcecfee 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_event_list;
 static int opt_kernel;
This page took 0.022593 seconds and 4 git commands to generate.