update for HEAD-2003021201
[reactos.git] / lib / crtdll / stdlib / ecvt.c
index 56c4489..18d0090 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/stdlib.h>
-#include <crtdll/float.h>
+#include <msvcrt/stdlib.h>
+#include <msvcrt/float.h>
 
 char *ecvtbuf (double, int, int *, int *, char *);