X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.c;h=ccfdb0c8e129ffea3aafa15ca8d6cbdb9933e53e;hp=b9d70147bb63de054005be4eb17f13e5ae42ee43;hb=a9126f461792a84c760162ecb25100f1593d427d;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/grab_client.c b/grab_client.c index b9d70147..ccfdb0c8 100644 --- a/grab_client.c +++ b/grab_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -25,7 +25,6 @@ #include "error.h" #include "string.h" #include "fd.h" -#include "crypt.h" /** Grab clients that are not yet attached to a filter node. */ struct list_head inactive_grab_client_list;