Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / math / hypot.c
index 36dfc33..9ca52e3 100644 (file)
  * inflicting too much of a performance hit.
  *
  */
-#include <msvcrti.h>
-
+#include <msvcrt/float.h>
+#include <msvcrt/math.h>
+#include <msvcrt/errno.h>
  
 /* Approximate square roots of DBL_MAX and DBL_MIN.  Numbers
    between these two shouldn't neither overflow nor underflow