elf2flt: remove unused nonexistent include <filesystem.h>

This commit is contained in:
Wolfgang Thaller 2012-03-29 10:27:23 +02:00
parent aaf905ce07
commit fbdcbaaaf9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include <unistd.h>
#include <errno.h>
#include <libiberty.h>
#include <filenames.h>
//#include <filenames.h>
#include "stubs.h"
const char *elf2flt_progname;