client: remove unused include

This commit is contained in:
Wim Taymans 2012-11-26 17:34:35 +01:00
parent 9f8e8bc02d
commit fc0f176a17

View file

@ -29,7 +29,6 @@ typedef struct _GstRTSPClient GstRTSPClient;
typedef struct _GstRTSPClientClass GstRTSPClientClass;
typedef struct _GstRTSPClientState GstRTSPClientState;
#include "rtsp-server.h"
#include "rtsp-media.h"
#include "rtsp-mount-points.h"
#include "rtsp-session-pool.h"