diff options
| -rw-r--r-- | include/ftw.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ftw.h b/include/ftw.h index f5eb9f67..c8eadbc9 100644 --- a/include/ftw.h +++ b/include/ftw.h @@ -6,10 +6,6 @@ extern "C" {  #endif  #include <features.h> - -/* Normally we do not nest header includes. However useless bloat - * like ftw may be treated as a special case. Otherwise we would - * have to deal with duplicating all the stat.h mess. */  #include <sys/stat.h>  #define FTW_F   1  | 
