X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b..05b75f8d50b83e943af3be4071449304d82dbdcd:/server/trackname.c diff --git a/server/trackname.c b/server/trackname.c index 8777475..3639c52 100644 --- a/server/trackname.c +++ b/server/trackname.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005, 2006 Richard Kettlewell + * Copyright (C) 2004-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,22 +18,7 @@ * USA */ -#include -#include "types.h" - -#include -#include -#include -#include - -#include "configuration.h" -#include "syscalls.h" -#include "log.h" -#include "trackname.h" -#include "mem.h" -#include "charset.h" -#include "defs.h" -#include "version.h" +#include "disorder-server.h" static const struct option options[] = { { "help", no_argument, 0, 'h' },