From: Andre Noll Date: Mon, 28 Feb 2011 19:26:42 +0000 (+0100) Subject: net.c: Remove unnecessary crypto includes. X-Git-Tag: v0.4.7~14^2~11 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a22e734cd89015a71d0dd7cf895799c440805847 net.c: Remove unnecessary crypto includes. The functions in this file are ignorant of the crypto layer. --- diff --git a/net.c b/net.c index 2369dc8c..bd1bcc64 100644 --- a/net.c +++ b/net.c @@ -27,11 +27,9 @@ #include #include -#include #include "para.h" #include "error.h" -#include "crypt.h" #include "net.h" #include "string.h" #include "list.h"