Skip to content

Commit

Permalink
Reorder headers to make cpplint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Dec 6, 2022
1 parent 72c2a03 commit 9afd220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ros.distro": "humble"
}
4 changes: 2 additions & 2 deletions ros_gz_image/src/image_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <gz/transport/Node.hh>
#include <rmw/qos_profiles.h>

#include <iostream>
#include <memory>
#include <string>
#include <vector>

#include <rmw/qos_profiles.h>
#include <gz/transport/Node.hh>
#include <rclcpp/rclcpp.hpp>
#include <image_transport/image_transport.hpp>
#include <ros_gz_bridge/convert.hpp>
Expand Down

0 comments on commit 9afd220

Please sign in to comment.