Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / ust-metadata.cpp
index 7e6b1aba0810933f725a32b64986d8c29e9f1e82..f5c5e7a2136c9cb2a533e4f90a6f1cfa08aef811 100644 (file)
 #include <limits.h>
 #include <unistd.h>
 #include <inttypes.h>
-#include <common/common.h>
-#include <common/time.h>
+#include <common/common.hpp>
+#include <common/time.hpp>
 
-#include "ust-registry.h"
-#include "ust-clock.h"
-#include "ust-app.h"
+#include "ust-registry.hpp"
+#include "ust-clock.hpp"
+#include "ust-app.hpp"
 
 #ifndef max_t
 #define max_t(type, a, b)      ((type) ((a) > (b) ? (a) : (b)))
This page took 0.023338 seconds and 4 git commands to generate.