Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_log_level_rule.cpp
index 8948006654392073152e37179abe70285d31272a..b756387fb29415f14cffa7cc1936b108d7a1334a 100644 (file)
@@ -14,9 +14,9 @@
 
 #include <tap/tap.h>
 
-#include <common/payload-view.h>
-#include <common/payload.h>
-#include <lttng/log-level-rule-internal.h>
+#include <common/payload-view.hpp>
+#include <common/payload.hpp>
+#include <lttng/log-level-rule-internal.hpp>
 #include <lttng/log-level-rule.h>
 
 /* For error.h. */
This page took 0.023519 seconds and 4 git commands to generate.