Author: hbelusca Date: Sun Mar 29 00:16:53 2015 New Revision: 66943
URL: http://svn.reactos.org/svn/reactos?rev=66943&view=rev Log: [CAT]: io.h appears to be useless, and seems to not be part of all C setups.
Modified: trunk/reactos/tools/cat.c
Modified: trunk/reactos/tools/cat.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cat.c?rev=66943&r... ============================================================================== --- trunk/reactos/tools/cat.c [iso-8859-1] (original) +++ trunk/reactos/tools/cat.c [iso-8859-1] Sun Mar 29 00:16:53 2015 @@ -8,7 +8,6 @@ * Hermès Bélusca - Maïto */
-#include <io.h> #include <fcntl.h> #include <stdio.h>