- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / shell / cmd / setlocal.c
index 51284c9..85397ba 100644 (file)
@@ -7,7 +7,7 @@
  *        started.
 */ 
 
-#include <precomp.h>
+#include "precomp.h"
 
 typedef struct _SETLOCAL {
        struct _SETLOCAL *Prev;
@@ -127,4 +127,3 @@ INT cmd_endlocal(LPTSTR param)
        cmd_free(Saved);
        return 0;
 }
-