Skip to content

Commit

Permalink
codecheck headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jennuine committed Aug 15, 2022
1 parent 53b8c71 commit a2cd16f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/plugins/image_display/ImageDisplay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include "ImageDisplay.hh"

#include <algorithm>
#include <iostream>
#include <limits>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/image_display/ImageDisplay.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef IGNITION_GUI_PLUGINS_IMAGEDISPLAY_HH_
#define IGNITION_GUI_PLUGINS_IMAGEDISPLAY_HH_

#include <algorithm>
#include <memory>
#include <QQuickImageProvider>

Expand Down
1 change: 0 additions & 1 deletion src/plugins/image_display/ImageDisplay_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#ifdef _MSC_VER
#pragma warning(push, 0)
#endif
#include <ignition/msgs/image.pb.h>
#include <ignition/msgs/stringmsg.pb.h>
#ifdef _MSC_VER
#pragma warning(pop)
Expand Down

0 comments on commit a2cd16f

Please sign in to comment.