From a22e734cd89015a71d0dd7cf895799c440805847 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 28 Feb 2011 20:26:42 +0100 Subject: [PATCH] net.c: Remove unnecessary crypto includes. The functions in this file are ignorant of the crypto layer. --- net.c | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.39.2