Skip to content

Commit 0fc7d61

Browse files
committed
rtspserver: Remove config includes
1 parent a6fe86e commit 0fc7d61

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/rtsp/c_basicRTSPOnlyServer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
*/
4545

4646
#include <cassert>
47+
#include <pthread.h>
4748

4849
#include "rtsp/c_basicRTSPOnlyServer.h"
4950
#include "rtsp/BasicRTSPOnlyServer.hh"

src/rtsp/c_basicRTSPOnlyServer.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,12 @@
4545
#ifndef C_BASIC_RTSP_ONLY_SERVER_H
4646
#define C_BASIC_RTSP_ONLY_SERVER_H
4747

48-
#ifdef HAVE_CONFIG_H
49-
#include "config.h"
50-
#include "config_unix.h"
51-
#include "config_win32.h"
52-
#endif // HAVE_CONFIG_H
53-
54-
#include <pthread.h>
5548
#include "control_socket.h"
5649
#include "module.h"
5750
#include "debug.h"
5851
#include "rtsp/rtsp_utils.h"
5952
#include "audio/types.h"
53+
#include "types.h"
6054

6155

6256
#ifdef __cplusplus

0 commit comments

Comments
 (0)