Rename C++ header files to .hpp
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.cpp
index 8a43239ef5f76037c9c9bfe4fd93b5ca8c95f8e2..059ab4b0dc5a41060818c624abb1e5d16528520e 100644 (file)
 #define __USE_LINUX_IOCTL_DEFS
 #include <sys/ioctl.h>
 #include <string.h>
-#include <common/align.h>
-#include <common/macros.h>
-#include <common/compat/errno.h>
+#include <common/align.hpp>
+#include <common/macros.hpp>
+#include <common/compat/errno.hpp>
 #include <stdarg.h>
-#include <common/time.h>
+#include <common/time.hpp>
 
-#include "kernel-ctl.h"
-#include "kernel-ioctl.h"
+#include "kernel-ctl.hpp"
+#include "kernel-ioctl.hpp"
 
 #define LTTNG_IOCTL_CHECK(fildes, request, ...)                         \
        ({                                                              \
This page took 0.022845 seconds and 4 git commands to generate.