update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / _system.c
index f6d5b67..01e87f4 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/* $Id$
+ *
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS system libraries
  * FILE:        lib/crtdll/process/system.c
@@ -8,9 +9,9 @@
  *              04/03/99: Created
  */
 #include <windows.h>
-#include <crtdll/stdlib.h>
-#include <crtdll/string.h>
-#include <crtdll/process.h>
+#include <msvcrt/stdlib.h>
+#include <msvcrt/string.h>
+#include <msvcrt/process.h>
 
 int system(const char *command)
 {