- Update to r53061
[reactos.git] / drivers / video / font / ftfd / sprintf.c
index 60bac91..39b8153 100644 (file)
  * Wirzenius wrote this portably, Torvalds fucked it up :-)
  */
 
-#define WIN32_NO_STATUS
-#include <windows.h>
 #include <ndk/ntndk.h>
-#include <stdlib.h>
-#include <stdio.h>
 
 #define ZEROPAD        1               /* pad with zero */
 #define SIGN   2               /* unsigned/signed long */