Skip to content

Commit ff6a8e6

Browse files
authored
Use hpp extension for headers (#157)
1 parent cadc7c2 commit ff6a8e6

22 files changed

+29
-29
lines changed

include/web_video_server/h264_streamer.h renamed to include/web_video_server/h264_streamer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define H264_STREAMERS_H_
33

44
#include <image_transport/image_transport.hpp>
5-
#include "web_video_server/libav_streamer.h"
5+
#include "web_video_server/libav_streamer.hpp"
66
#include "async_web_server_cpp/http_request.hpp"
77
#include "async_web_server_cpp/http_connection.hpp"
88

include/web_video_server/image_streamer.h renamed to include/web_video_server/image_streamer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <image_transport/image_transport.hpp>
66
#include <image_transport/transport_hints.hpp>
77
#include <opencv2/opencv.hpp>
8-
#include "web_video_server/utils.h"
8+
#include "web_video_server/utils.hpp"
99
#include "async_web_server_cpp/http_server.hpp"
1010
#include "async_web_server_cpp/http_request.hpp"
1111

include/web_video_server/jpeg_streamers.h renamed to include/web_video_server/jpeg_streamers.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#define JPEG_STREAMERS_H_
33

44
#include <image_transport/image_transport.hpp>
5-
#include "web_video_server/image_streamer.h"
5+
#include "web_video_server/image_streamer.hpp"
66
#include "async_web_server_cpp/http_request.hpp"
77
#include "async_web_server_cpp/http_connection.hpp"
8-
#include "web_video_server/multipart_stream.h"
8+
#include "web_video_server/multipart_stream.hpp"
99

1010
namespace web_video_server
1111
{

include/web_video_server/libav_streamer.h renamed to include/web_video_server/libav_streamer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define LIBAV_STREAMERS_H_
33

44
#include <image_transport/image_transport.hpp>
5-
#include "web_video_server/image_streamer.h"
5+
#include "web_video_server/image_streamer.hpp"
66
#include "async_web_server_cpp/http_request.hpp"
77
#include "async_web_server_cpp/http_connection.hpp"
88

include/web_video_server/png_streamers.h renamed to include/web_video_server/png_streamers.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#define PNG_STREAMERS_H_
33

44
#include <image_transport/image_transport.hpp>
5-
#include "web_video_server/image_streamer.h"
5+
#include "web_video_server/image_streamer.hpp"
66
#include "async_web_server_cpp/http_request.hpp"
77
#include "async_web_server_cpp/http_connection.hpp"
8-
#include "web_video_server/multipart_stream.h"
8+
#include "web_video_server/multipart_stream.hpp"
99

1010
namespace web_video_server
1111
{

include/web_video_server/ros_compressed_streamer.h renamed to include/web_video_server/ros_compressed_streamer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#define ROS_COMPRESSED_STREAMERS_H_
33

44
#include <sensor_msgs/msg/compressed_image.hpp>
5-
#include "web_video_server/image_streamer.h"
5+
#include "web_video_server/image_streamer.hpp"
66
#include "async_web_server_cpp/http_request.hpp"
77
#include "async_web_server_cpp/http_connection.hpp"
8-
#include "web_video_server/multipart_stream.h"
8+
#include "web_video_server/multipart_stream.hpp"
99

1010
namespace web_video_server
1111
{
File renamed without changes.

include/web_video_server/vp8_streamer.h renamed to include/web_video_server/vp8_streamer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define VP8_STREAMERS_H_
3939

4040
#include <image_transport/image_transport.hpp>
41-
#include "web_video_server/libav_streamer.h"
41+
#include "web_video_server/libav_streamer.hpp"
4242
#include "async_web_server_cpp/http_request.hpp"
4343
#include "async_web_server_cpp/http_connection.hpp"
4444

include/web_video_server/vp9_streamer.h renamed to include/web_video_server/vp9_streamer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define VP9_STREAMERS_H_
33

44
#include <image_transport/image_transport.hpp>
5-
#include "web_video_server/libav_streamer.h"
5+
#include "web_video_server/libav_streamer.hpp"
66
#include "async_web_server_cpp/http_request.hpp"
77
#include "async_web_server_cpp/http_connection.hpp"
88

0 commit comments

Comments
 (0)