Rename C++ header files to .hpp
[lttng-tools.git] / src / lib / lttng-ctl / event.cpp
index 3a6bf22b2ec90987014acd5f085230d04fdf638e..e89aae4829464d4fed25d70354c41b64df40365d 100644 (file)
 #define _LGPL_SOURCE
 #include <stddef.h>
 
-#include <common/error.h>
-#include <common/sessiond-comm/sessiond-comm.h>
-#include <lttng/event-internal.h>
+#include <common/error.hpp>
+#include <common/sessiond-comm/sessiond-comm.hpp>
+#include <lttng/event-internal.hpp>
 #include <lttng/event.h>
 #include <lttng/lttng-error.h>
-#include <lttng/userspace-probe-internal.h>
+#include <lttng/userspace-probe-internal.hpp>
 
 struct lttng_event *lttng_event_create(void)
 {
This page took 0.023013 seconds and 4 git commands to generate.