diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:20 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:24 +0000 |
| commit | 9d4c9946ee1dd5887e6663e4ead1abce770b6ba6 (patch) | |
| tree | 0f102f9316aee94b1419888dd5474c25ef7d27fd /target-sh4/op_helper.c | |
| parent | 90191d07a6c0480802dfcaee99328b1c5e520579 (diff) | |
| download | focaccia-qemu-9d4c9946ee1dd5887e6663e4ead1abce770b6ba6.tar.gz focaccia-qemu-9d4c9946ee1dd5887e6663e4ead1abce770b6ba6.zip | |
sh4: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-28-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-sh4/op_helper.c')
| -rw-r--r-- | target-sh4/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/op_helper.c b/target-sh4/op_helper.c index a3121180dc..368e687d68 100644 --- a/target-sh4/op_helper.c +++ b/target-sh4/op_helper.c @@ -16,7 +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 <stdlib.h> +#include "qemu/osdep.h" #include "cpu.h" #include "exec/helper-proto.h" #include "exec/cpu_ldst.h" |