Skip to content

Commit

Permalink
Restore .h include header
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Nov 6, 2024
1 parent eccaf06 commit 2d396d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <map>
#include <memory>

#include "rqt_gui_cpp/plugin.hpp"
#include "rqt_gui_cpp/plugin.h"

#include "rqt_plansys2_knowledge/KnowledgeTree.hpp"
#include "plansys2_problem_expert/ProblemExpertClient.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <memory>
#include <string>

#include "rqt_gui_cpp/plugin.hpp"
#include "rqt_gui_cpp/plugin.h"

#include "rqt_plansys2_performers/PerformersTree.hpp"
#include "plansys2_problem_expert/ProblemExpertClient.hpp"
Expand Down
2 changes: 1 addition & 1 deletion plansys2_tools/include/rqt_plansys2_plan/RQTPlan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <memory>
#include <string>

#include "rqt_gui_cpp/plugin.hpp"
#include "rqt_gui_cpp/plugin.h"

#include "rqt_plansys2_plan/PlanTree.hpp"

Expand Down

0 comments on commit 2d396d3

Please sign in to comment.