chiark / gitweb /
Async client bindings for playlist support. Untested.
[disorder] / lib / fprintf.c
index f86ede31fd2b9d9eaf3584c724c05153e167de6c..741a31e4115f18d477ce462b9de4880da15aeca6 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 "types.h"
+#include "common.h"
 
-#include <stdio.h>
-#include <string.h>
 #include <stdarg.h>
 #include <stddef.h>
 
@@ -49,4 +46,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:40b957f66080ab957a2f7ca2d963a12f */