X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..6856f6659da310947d515055e4cc3e6f9f1635a6:/server/api.c diff --git a/server/api.c b/server/api.c index 1b1df0e..11564f8 100644 --- a/server/api.c +++ b/server/api.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004 Richard Kettlewell + * Copyright (C) 2004, 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,18 +18,7 @@ * USA */ -#include - -#include -#include -#include -#include -#include - -#include "log.h" -#include "mem.h" -#include "disorder.h" -#include "printf.h" +#include "disorder-server.h" /* shared implementation of vararg functions */ #include "log-impl.h"