Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-syscall.cpp
index 42e902b5e2eccb3c964f8cd033a1d0306fd49d93..d7f6327ae788cbce1cd536ed45861f66c978da39 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.023015 seconds and 4 git commands to generate.