X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b..8a82274bc46151a6b10fb621c3e2d5d12722a5e2:/server/deadlock.c diff --git a/server/deadlock.c b/server/deadlock.c index 6aa130c..1a47301 100644 --- a/server/deadlock.c +++ b/server/deadlock.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005 Richard Kettlewell + * Copyright (C) 2005, 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,31 +18,7 @@ * USA */ -#include -#include "types.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "configuration.h" -#include "syscalls.h" -#include "log.h" -#include "defs.h" -#include "mem.h" -#include "kvp.h" -#include "rights.h" -#include "trackdb.h" -#include "trackdb-int.h" -#include "version.h" +#include "disorder-server.h" static const struct option options[] = { { "help", no_argument, 0, 'h' },