Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / math / cosh.c
index 7b3d861..1f89a0e 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
-
+#include <msvcrt/math.h>
 
 double cosh(double x)
 {