]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - libdecnumber/dpd/decimal32.c
libdecnumber: Clean up includes
[thirdparty/qemu.git] / libdecnumber / dpd / decimal32.c
index 095ab756540e868d23296715668f201687bf3781..53f29789d753210da52590e10a9e0468c42a9840 100644 (file)
@@ -39,8 +39,7 @@
 /*                                                                   */
 /* Error handling is the same as decNumber (qv.).                    */
 /* ------------------------------------------------------------------ */
-#include <string.h>          /* [for memset/memcpy] */
-#include <stdio.h>           /* [for printf] */
+#include "qemu/osdep.h"
 
 #include "libdecnumber/dconfig.h"
 #define         DECNUMDIGITS  7      /* make decNumbers with space for 7 */