chiark / gitweb /
Merge from disorder.4.0
[disorder] / server / api-client.c
index 086de15f2b13b9e057dd5250860bccfa58a84cd7..174ed88cc0a76dc0f81a7f50fad45e2acefeeb76 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 "common.h"
 
-#include <stdio.h>
 #include <errno.h>
-#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <locale.h>