chiark / gitweb /
Synchronize with DisOrder 4.1
[disorder] / server / api-client.c
index a69ec7e2c77a8d4d341d9c89f3d8e2f2a3f5258d..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>
@@ -70,4 +68,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:3c00ffad971b689e5af1d9a9ff45a120 */