/* 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) {
indent-tabs-mode:nil
End:
*/
-/* arch-tag:UBGSjLfIc10t/LG6EKQprw */