[ASM]
[reactos.git] / reactos / lib / sdk / crt / math / amd64 / sqrtf.S
index a4ee3fa..da75fcf 100644 (file)
@@ -8,8 +8,8 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <reactos/asm.h>
-#include <ndk/amd64/asm.h>
+#include <asm.inc>
+#include <ksamd64.inc>
 
 /* DATA *********************************************************************/
 
@@ -17,3 +17,5 @@ PUBLIC sqrtf
 sqrtf:
     sqrtss     xmm0, xmm0
     ret
+
+END