summaryrefslogtreecommitdiff
path: root/lib/sendf.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-05-05 16:53:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-05-05 16:53:05 +0200
commit9c629e534866169b1445bd6614233ded73ff0460 (patch)
treed495cda947b49582c084d766b9df71ba90e408f3 /lib/sendf.c
parentf0612f166a5fa51d09498baa19a327c5cf36941f (diff)
downloadcurl-9c629e534866169b1445bd6614233ded73ff0460.tar.gz
RTSP: cleanups
Made several functions static Made one function defined to nothing when RTSP is disabled to avoid the #ifdefs in code. Removed explicit rtsp.h includes
Diffstat (limited to 'lib/sendf.c')
-rw-r--r--lib/sendf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sendf.c b/lib/sendf.c
index 3e71e1dc5..c984d2a50 100644
--- a/lib/sendf.c
+++ b/lib/sendf.c
@@ -42,7 +42,6 @@
#include "sslgen.h"
#include "ssh.h"
#include "multiif.h"
-#include "rtsp.h"
#include "non-ascii.h"
#define _MPRINTF_REPLACE /* use the internal *printf() functions */