chiark / gitweb /
Source code reorganization:
[disorder] / server / trackname.c
index 3d7de6db23081658467f4d0e5e8d158f77502919..3639c52bd43c3f9c347cc7f6f59a144caba9ffb6 100644 (file)
  * USA
  */
 
-#include <config.h>
-#include "types.h"
-
-#include <getopt.h>
-#include <locale.h>
-#include <errno.h>
-#include <string.h>
-
-#include "configuration.h"
-#include "syscalls.h"
-#include "log.h"
-#include "trackname.h"
-#include "mem.h"
-#include "charset.h"
-#include "defs.h"
-#include "version.h"
+#include "disorder-server.h"
 
 static const struct option options[] = {
   { "help", no_argument, 0, 'h' },