X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..05b75f8d50b83e943af3be4071449304d82dbdcd:/clients/filename-bytes.c diff --git a/clients/filename-bytes.c b/clients/filename-bytes.c index 67ce1fd..8bba942 100644 --- a/clients/filename-bytes.c +++ b/clients/filename-bytes.c @@ -1,10 +1,9 @@ /* Grotty program to print out the bytes making up filenames in some * directory */ -#include "config.h" +#include "common.h" #include -#include #include int main(int attribute((unused)) argc, char **argv) { @@ -39,4 +38,3 @@ fill-column:79 indent-tabs-mode:nil End: */ -/* arch-tag:UBGSjLfIc10t/LG6EKQprw */