X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/811263fdfd1b8f0ab0aef86878737a664ce9a46c..ba9d856bc65beb636a61542d5f2e1b4fc240db32:/server/stats.c diff --git a/server/stats.c b/server/stats.c index 84f50fa..2725fd5 100644 --- a/server/stats.c +++ b/server/stats.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,25 +18,7 @@ * USA */ -#include -#include "types.h" - -#include -#include -#include -#include -#include -#include -#include - -#include "defs.h" -#include "mem.h" -#include "log.h" -#include "syscalls.h" -#include "configuration.h" -#include "rights.h" -#include "trackdb.h" -#include "version.h" +#include "disorder-server.h" static const struct option options[] = { { "help", no_argument, 0, 'h' },