Rename C++ header files to .hpp
[lttng-tools.git] / src / common / domain.cpp
index fb088faca187751c50e7750bba9075365334dc67..2c39c66e1ac6e4459a2860e09bb833f9034ecf25 100644 (file)
@@ -5,8 +5,8 @@
  *
  */
 
-#include "lttng/domain-internal.h"
-#include "common/macros.h"
+#include "lttng/domain-internal.hpp"
+#include "common/macros.hpp"
 
 const char *lttng_domain_type_str(enum lttng_domain_type domain_type)
 {
This page took 0.023546 seconds and 4 git commands to generate.