chiark / gitweb /
Source code reorganization:
[disorder] / clients / disorderfm.c
index b834be60072fd8de6c65de0bb0d0382b7f9f6253..b29330181e047ed3347f9085588d8274bc2ecf63 100644 (file)
@@ -18,8 +18,7 @@
  * USA
  */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <getopt.h>
 #include <unistd.h>
@@ -29,7 +28,6 @@
 #include <dirent.h>
 #include <sys/stat.h>
 #include <langinfo.h>
-#include <string.h>
 #include <fnmatch.h>
 
 #include "syscalls.h"