Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-syscall.cpp
index f14563457aeff498f1815d83c5725ce316febf76..032d023a9d7d9ca24c140937d4b58bc70fe90ead 100644 (file)
@@ -8,13 +8,13 @@
 #define _LGPL_SOURCE
 #include <stdbool.h>
 
-#include <common/common.h>
-#include <common/kernel-ctl/kernel-ctl.h>
+#include <common/common.hpp>
+#include <common/kernel-ctl/kernel-ctl.hpp>
 
-#include "lttng-sessiond.h"
-#include "kernel.h"
-#include "lttng-syscall.h"
-#include "utils.h"
+#include "lttng-sessiond.hpp"
+#include "kernel.hpp"
+#include "lttng-syscall.hpp"
+#include "utils.hpp"
 
 /* Global syscall table. */
 struct syscall *syscall_table;
This page took 0.025364 seconds and 5 git commands to generate.