Skip to content

Commit

Permalink
Remove unnecessary map include (#48)
Browse files Browse the repository at this point in the history
std map is never used anywhere and should not be included.
  • Loading branch information
mvieth authored Aug 3, 2020
1 parent 989e931 commit e85a185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/msg.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ has_plugin_after = os.path.exists('include/%s/plugin/%s.after.h' % (spec.package

#include <string>
#include <vector>
#include <map>

#include <ros/types.h>
#include <ros/serialization.h>
Expand Down

0 comments on commit e85a185

Please sign in to comment.