Rename C++ header files to .hpp
[lttng-tools.git] / src / common / buffer-view.cpp
index ebe6869852f90a2bec8e7f1283e24cd130e2f04e..9498423cae64efb38d1b5e55fbccd1db879bdd82 100644 (file)
@@ -5,9 +5,9 @@
  *
  */
 
-#include <common/buffer-view.h>
-#include <common/dynamic-buffer.h>
-#include <common/error.h>
+#include <common/buffer-view.hpp>
+#include <common/dynamic-buffer.hpp>
+#include <common/error.hpp>
 
 struct lttng_buffer_view lttng_buffer_view_init(
                const char *src, size_t offset, ptrdiff_t len)
This page took 0.022866 seconds and 4 git commands to generate.