Common Trace Format 2 generation
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / modprobe.cpp
index 4c1d62b486e2b37f4181f398a7c03da58289b65d..b0c39ef5e36e83d0edc58fb797e74f015410bf8e 100644 (file)
 #include <stdlib.h>
 #include <sys/wait.h>
 
-#include <common/common.h>
-#include <common/utils.h>
+#include <common/common.hpp>
+#include <common/utils.hpp>
 
-#include "modprobe.h"
-#include "kern-modules.h"
-#include "lttng-sessiond.h"
+#include "modprobe.hpp"
+#include "kern-modules.hpp"
+#include "lttng-sessiond.hpp"
 
 /* LTTng kernel tracer mandatory core modules list */
 struct kern_modules_param kern_modules_control_core[] = {
This page took 0.025147 seconds and 5 git commands to generate.