Rename C++ header files to .hpp
[lttng-tools.git] / src / lib / lttng-ctl / rotate.cpp
index ed198922ee6535daf2fccc86a5bf617cb8da3e4d..b6a66392af2cd2e492d7f7eec0af567ed8d71f0d 100644 (file)
 
 #include <lttng/lttng-error.h>
 #include <lttng/rotation.h>
-#include <lttng/location-internal.h>
-#include <lttng/rotate-internal.h>
-#include <common/sessiond-comm/sessiond-comm.h>
-#include <common/macros.h>
+#include <lttng/location-internal.hpp>
+#include <lttng/rotate-internal.hpp>
+#include <common/sessiond-comm/sessiond-comm.hpp>
+#include <common/macros.hpp>
 
-#include "lttng-ctl-helper.h"
+#include "lttng-ctl-helper.hpp"
 
 static
 enum lttng_rotation_status ask_rotation_info(
This page took 0.022946 seconds and 4 git commands to generate.