]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - libdecnumber/dpd/decimal64.c
libdecnumber: Clean up includes
[thirdparty/qemu.git] / libdecnumber / dpd / decimal64.c
index 8256084e90069822810b7847c3c79c34df3a42a3..4816176410f963ff026903dbf8ec66665f33cf24 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 16      /* make decNumbers with space for 16 */