Rename C++ header files to .hpp
[lttng-tools.git] / src / common / dynamic-buffer.cpp
index 945434ca9d6f2fd10fe2f357bdfe61d3a8ae2191..a12e1485d02132b77b60d153062c1b06879d21d1 100644 (file)
@@ -5,9 +5,9 @@
  *
  */
 
-#include <common/dynamic-buffer.h>
-#include <common/buffer-view.h>
-#include <common/utils.h>
+#include <common/dynamic-buffer.hpp>
+#include <common/buffer-view.hpp>
+#include <common/utils.hpp>
 
 /*
  * Round to (upper) power of two, val is returned if it already is a power of
This page took 0.023278 seconds and 4 git commands to generate.