Rename C++ header files to .hpp
[lttng-tools.git] / src / common / consumer / metadata-bucket.cpp
index 160185def7b77fe5e05ff5434c486eae9c405092..ed78ec9472f800e3b55358bd9c5e235135bf52e9 100644 (file)
@@ -5,13 +5,13 @@
  *
  */
 
-#include "metadata-bucket.h"
+#include "metadata-bucket.hpp"
 
-#include <common/buffer-view.h>
-#include <common/consumer/consumer.h>
-#include <common/dynamic-buffer.h>
-#include <common/macros.h>
-#include <common/error.h>
+#include <common/buffer-view.hpp>
+#include <common/consumer/consumer.hpp>
+#include <common/dynamic-buffer.hpp>
+#include <common/macros.hpp>
+#include <common/error.hpp>
 
 struct metadata_bucket {
        struct lttng_dynamic_buffer content;
This page took 0.023471 seconds and 4 git commands to generate.