Common Trace Format 2 generation
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / clear.cpp
index 1239c5f2467a7db22537de7eb1f4fd751baefe0f..d22abfec10a73cd12cde6573c182c063c144efef 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.025172 seconds and 5 git commands to generate.