Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.cpp
index 782dcc6b2714d334b0397cdee548abd0d83642a9..0dc123de156eb23247d8196eb0971493b3a99b1a 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.022954 seconds and 4 git commands to generate.