chiark / gitweb /
Source code reorganization:
[disorder] / clients / filename-bytes.c
index 67ce1fd62a5067a9f562f254144e5d7a1f8b4c8e..8bba942aa7b4b4684fbffffca4029f8653bec74d 100644 (file)
@@ -1,10 +1,9 @@
 /* Grotty program to print out the bytes making up filenames in some
  * directory */
 
-#include "config.h"
+#include "common.h"
 
 #include <dirent.h>
-#include <stdio.h>
 #include <ctype.h>
 
 int main(int attribute((unused)) argc, char **argv) {
@@ -39,4 +38,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:UBGSjLfIc10t/LG6EKQprw */