X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_server_disconnect.c;h=ec591daa22a0438e5621094739e97118ef3871a1;hb=cf5a23aa7d5d939038b78ff6ce47ceb5665281bb;hp=c54f9cbc81362c8ad0d1e4dc010e7533739c07f0;hpb=ccc7218f3d2008d4e7ec5e222ba6b6451ec677ba;p=oweals%2Fgnunet.git diff --git a/src/util/test_server_disconnect.c b/src/util/test_server_disconnect.c index c54f9cbc8..ec591daa2 100644 --- a/src/util/test_server_disconnect.c +++ b/src/util/test_server_disconnect.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2009, 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2010 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,21 +14,16 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** * @file util/test_server_disconnect.c * @brief tests for server.c, specifically GNUNET_SERVER_client_disconnect */ #include "platform.h" -#include "gnunet_common.h" -#include "gnunet_client_lib.h" -#include "gnunet_scheduler_lib.h" -#include "gnunet_server_lib.h" -#include "gnunet_time_lib.h" +#include "gnunet_util_lib.h" -#define VERBOSE GNUNET_NO #define PORT 12435