Author: akhaldi
Date: Tue Jul 26 22:13:42 2011
New Revision: 52909
URL:
http://svn.reactos.org/svn/reactos?rev=52909&view=rev
Log:
[CMD]
* tchar.h is already in the PCH. Don't include it here.
Modified:
trunk/reactos/base/shell/cmd/assoc.c
Modified: trunk/reactos/base/shell/cmd/assoc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/assoc.c?rev…
==============================================================================
--- trunk/reactos/base/shell/cmd/assoc.c [iso-8859-1] (original)
+++ trunk/reactos/base/shell/cmd/assoc.c [iso-8859-1] Tue Jul 26 22:13:42 2011
@@ -18,7 +18,6 @@
*/
#include <precomp.h>
-#include <tchar.h>
#ifdef INCLUDE_CMD_ASSOC