Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / clear.cpp
index a0817c2daff618c90936cb48a2f0d51fe999b91e..fcac76ffa4c349a7e97ce521b2d9cc8c06539413 100644 (file)
 #include <string.h>
 #include <unistd.h>
 
-#include <common/defaults.h>
-#include <common/error.h>
-#include <common/utils.h>
-
-#include "clear.h"
-#include "session.h"
-#include "ust-app.h"
-#include "kernel.h"
-#include "cmd.h"
+#include <common/defaults.hpp>
+#include <common/error.hpp>
+#include <common/utils.hpp>
+
+#include "clear.hpp"
+#include "session.hpp"
+#include "ust-app.hpp"
+#include "kernel.hpp"
+#include "cmd.hpp"
 
 struct cmd_clear_session_reply_context {
        int reply_sock_fd;
This page took 0.022966 seconds and 4 git commands to generate.