- Update to trunk
[reactos.git] / lib / sdk / crt / math / amd64 / fmodf.S
index e109c38..d0e24ef 100644 (file)
@@ -8,8 +8,7 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <reactos/asm.h>
-#include <ndk/amd64/asm.h>
+#include <asm.inc>
 
 /* DATA *********************************************************************/
 
@@ -17,3 +16,5 @@ PUBLIC fmodf
 fmodf:
     UNIMPLEMENTED fmodf
     ret
+
+END