branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / io / dup2.c
index 98ea368..ff43f3f 100644 (file)
@@ -1,6 +1,5 @@
-#include <windows.h>
-#include <crtdll/io.h>
-#include <crtdll/internal/file.h>
+#include <msvcrt/io.h>
+#include <msvcrt/internal/file.h>
 
 int _dup2( int handle1, int handle2 )
 {