Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / rotate.cpp
index 63cf3882a55a9b6b4a00453c531dfa5c18bd3fd4..339e39598891505d3b62eafffc123be901b445dd 100644 (file)
 #include <inttypes.h>
 #include <ctype.h>
 
-#include <common/sessiond-comm/sessiond-comm.h>
-#include <common/mi-lttng.h>
+#include <common/sessiond-comm/sessiond-comm.hpp>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 #include <lttng/lttng.h>
 
 static char *opt_session_name;
This page took 0.022793 seconds and 4 git commands to generate.