diff options
Diffstat (limited to 'target-sh4/helper.c')
-rw-r--r-- | target-sh4/helper.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target-sh4/helper.c b/target-sh4/helper.c index eaececd894..9d8b61cce6 100644 --- a/target-sh4/helper.c +++ b/target-sh4/helper.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 "cpu.h" |