chiark / gitweb /
Low level playlist database operations: read, createwrite, list, delete.
[disorder] / lib / trackorder.c
index a61b89c6c88b1478746438344c596eb295e058d8..80c5b92f6d676393001ceb544afd8e0c3fca6e3b 100644 (file)
  * USA
  */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <pcre.h>
 #include <fnmatch.h>
-#include <string.h>
-#include <assert.h>
 
 #include "trackname.h"
 #include "log.h"