Skip to content

Commit

Permalink
cleaned up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Mar 15, 2024
1 parent 63631bd commit fb7237d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ffmpeg_decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@

#include "ffmpeg_image_transport/ffmpeg_decoder.hpp"

#include <cv_bridge/cv_bridge.h>

#include <fstream>
#include <iomanip>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <sensor_msgs/msg/image.hpp>
#include <sensor_msgs/image_encodings.hpp>
#include <unordered_map>

namespace ffmpeg_image_transport
Expand Down

0 comments on commit fb7237d

Please sign in to comment.