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