chiark / gitweb /
Source code reorganization:
[disorder] / server / api.c
index 8d631cafc26c89758721a0e6bb77cfce8674007b..11564f85cb1da0e5716bcae2efb768387e16089a 100644 (file)
@@ -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
  * USA
  */
 
-#include <config.h>
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <syslog.h>
-
-#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"
@@ -75,4 +64,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:a033645978e202c94260fc21959e59a7 */