From fc0f176a17e427b8915a4ca1183411cb9a89372f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 26 Nov 2012 17:34:35 +0100 Subject: [PATCH] client: remove unused include --- gst/rtsp-server/rtsp-client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-client.h b/gst/rtsp-server/rtsp-client.h index ab3344b136..6ec1f86c13 100644 --- a/gst/rtsp-server/rtsp-client.h +++ b/gst/rtsp-server/rtsp-client.h @@ -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"