From: Rich Felker Date: Sat, 8 Sep 2012 03:55:11 +0000 (-0400) Subject: remove unneeded judgemental commentary from ftw.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=695111036821f73870d8d7b4ba072368fc8f7941 remove unneeded judgemental commentary from ftw.h --- 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 - -/* 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 #define FTW_F 1