Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / math / sqrt.c
index 3b8ce1e..47e5e5f 100644 (file)
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.
-*/
-#include <msvcrti.h>
-
+   Boston, MA 02111-1307, USA.  */
+#include <msvcrt/math.h>
 
 double sqrt (double __x);