- Revert 49927 "Update to trunk" as it breaks KsStudio (again)
[reactos.git] / lib / sdk / crt / math / amd64 / fmod.S
index 697257a..4ca67f5 100644 (file)
@@ -8,7 +8,8 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <asm.inc>
+#include <reactos/asm.h>
+#include <ndk/amd64/asm.h>
 
 /* DATA *********************************************************************/
 
@@ -16,5 +17,3 @@ PUBLIC fmod
 fmod:
     UNIMPLEMENTED fmod
     ret
-
-END