From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Mon, 30 May 2022 14:11:58 +0200
Subject: Switch to hpp headers of pluginlib

---
 .../include/test_diagnostic_aggregator/fail_init_analyzer.h             | 2 +-
 .../include/test_diagnostic_aggregator/match_no_analyze_analyzer.h      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h
index d612bda..b785e80 100644
--- a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h
+++ b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h
@@ -43,7 +43,7 @@
 #include <diagnostic_aggregator/analyzer.h>
 #include <diagnostic_aggregator/status_item.h>
 #include <diagnostic_msgs/DiagnosticStatus.h>
-#include <pluginlib/class_list_macros.h>
+#include <pluginlib/class_list_macros.hpp>
 #include <string>
 
 namespace test_diagnostic_aggregator {
diff --git a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h
index 45e8782..a4ca694 100644
--- a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h
+++ b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h
@@ -43,7 +43,7 @@
 #include <diagnostic_aggregator/analyzer.h>
 #include <diagnostic_aggregator/status_item.h>
 #include <diagnostic_msgs/DiagnosticStatus.h>
-#include <pluginlib/class_list_macros.h>
+#include <pluginlib/class_list_macros.hpp>
 #include <string>
 
 namespace test_diagnostic_aggregator {
