From ec7c51c7868d3ccc66b5cc38bf126258b94f086c Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 15 Jun 2013 11:41:36 +0200 Subject: avf: move ff_http_match_no_proxy to network It is only used by network protocols. --- libavformat/noproxy-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/noproxy-test.c') diff --git a/libavformat/noproxy-test.c b/libavformat/noproxy-test.c index 59a435e30a..e6cc421413 100644 --- a/libavformat/noproxy-test.c +++ b/libavformat/noproxy-test.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "internal.h" +#include "network.h" static void test(const char *pattern, const char *host) { -- cgit v1.2.3