Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / add_context.cpp
index 4e4bb9fac110d5823247f56983455fad38bcf523..27d932c340ab8622225df5badd8ca1d99e5b3cce 100644 (file)
 
 #include <urcu/list.h>
 
-#include <lttng/domain-internal.h>
-#include <common/mi-lttng.h>
+#include <lttng/domain-internal.hpp>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 
 static char *opt_channel_name;
 static char *opt_session_name;
This page took 0.022902 seconds and 4 git commands to generate.