diff options
Diffstat (limited to 'target-i386/translate.c')
-rw-r--r-- | target-i386/translate.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target-i386/translate.c b/target-i386/translate.c index 8ce0fcc0bd..957a92d591 100644 --- a/target-i386/translate.c +++ b/target-i386/translate.c @@ -16,11 +16,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include <stdarg.h> -#include <stdlib.h> -#include <stdio.h> -#include <string.h> -#include <inttypes.h> +#include "qemu/osdep.h" #include "qemu/host-utils.h" #include "cpu.h" |