X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.c;h=8571d9e62f9f6e5575b1f8f8e6354a99750c0254;hp=f835c11015aaf9f866edeaead3423b40724c2b05;hb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0;hpb=15714678f57f0e8931a70d64dca43c31e693bb61 diff --git a/user_list.c b/user_list.c index f835c110..8571d9e6 100644 --- a/user_list.c +++ b/user_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,7 +8,6 @@ #include #include -#include #include "para.h" #include "error.h" @@ -17,7 +16,6 @@ #include "string.h" #include "list.h" #include "user_list.h" -#include "rc4.h" static struct list_head user_list;