make better use of precompiled headers
[reactos.git] / reactos / subsys / system / cmd / type.c
index 0923239..e5cac81 100644 (file)
  *        Added multiple file support (copied from y.c)
  */
 
-#include "config.h"
+#include "precomp.h"
 
 #ifdef INCLUDE_CMD_TYPE
 
-#include "precomp.h"
-#include <tchar.h>
-#include <string.h>
-
 
 INT cmd_type (LPTSTR cmd, LPTSTR param)
 {