diff options
Diffstat (limited to 'target-alpha/helper.c')
-rw-r--r-- | target-alpha/helper.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target-alpha/helper.c b/target-alpha/helper.c index 5a85335838..6dec2639b1 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -17,9 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include <stdint.h> -#include <stdlib.h> -#include <stdio.h> +#include "qemu/osdep.h" #include "cpu.h" #include "fpu/softfloat.h" |