update for HEAD-2003021201
[reactos.git] / lib / crtdll / math / frexp.c
index 8b3390d..b85cd98 100644 (file)
@@ -1,6 +1,6 @@
-#include <crtdll/math.h>
-#include <crtdll/stdlib.h>
-#include <crtdll/internal/ieee.h>
+#include <msvcrt/math.h>
+#include <msvcrt/stdlib.h>
+#include <msvcrt/internal/ieee.h>
 
 double
 frexp(double __x, int *exptr)