- Revert 49927 "Update to trunk" as it breaks KsStudio (again)
[reactos.git] / lib / sdk / crt / math / amd64 / ldexp.S
index a83660a..d026562 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 ldexp
 ldexp:
     UNIMPLEMENTED ldexp
     ret
-
-END