X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=user_list.c;h=057ca6f8a340f2b508eb6fa5580249a3e8d01b85;hb=53f735e056015f9a1021c14b5d93f57f14035c62;hp=f835c11015aaf9f866edeaead3423b40724c2b05;hpb=15714678f57f0e8931a70d64dca43c31e693bb61;p=paraslash.git diff --git a/user_list.c b/user_list.c index f835c110..057ca6f8 100644 --- a/user_list.c +++ b/user_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2014 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;