From 0eca1bcfe0de4b5a97440c4f7d30633604f2adbc Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 30 Nov 2014 09:32:06 +0000 Subject: [PATCH] cleanup: don't include "httpp/httpp.h" if not needed svn path=/icecast/trunk/icecast/; revision=19370 --- src/format.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/format.c b/src/format.c index d0a579d3..215f50b3 100644 --- a/src/format.c +++ b/src/format.c @@ -36,7 +36,6 @@ #include "source.h" #include "format.h" #include "global.h" -#include "httpp/httpp.h" #include "format_ogg.h" #include "format_mp3.h"