chiark / gitweb /
Async client bindings for playlist support. Untested.
[disorder] / lib / vector.c
index f4161049cec92da8a94d812fa35d264c4eaf8cb6..d9fd18b314eb0455fee12efa90ef36e92f8403b3 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 <stddef.h>
-#include <string.h>
 
 #include "mem.h"
 #include "log.h"
@@ -46,4 +44,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:4f207f71a87ed2f80b527e1fecddeaf4 */