X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b..eb5e067336c457058b5e67bf5835b778ec100019:/server/normalize.c diff --git a/server/normalize.c b/server/normalize.c index 8b871c8..956eb6b 100644 --- a/server/normalize.c +++ b/server/normalize.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 @@ -25,24 +25,7 @@ * and eliminate the dependency on sox. */ -#include -#include "types.h" - -#include -#include -#include -#include -#include -#include -#include -#include - -#include "syscalls.h" -#include "log.h" -#include "configuration.h" -#include "speaker-protocol.h" -#include "defs.h" -#include "version.h" +#include "disorder-server.h" static const struct option options[] = { { "help", no_argument, 0, 'h' },