diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:26 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:25 +0000 |
commit | 61d9f32b50e03d0d028237423531a888552728f1 (patch) | |
tree | 1b0bd087acd70faa39d7c2d766fa1fc9f8db0962 /target-tricore/op_helper.c | |
parent | d24688fb85af498c91bd6704979b96b29c6f122f (diff) |
tricore: 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-34-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-tricore/op_helper.c')
-rw-r--r-- | target-tricore/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-tricore/op_helper.c b/target-tricore/op_helper.c index 53edbdae18..3aa6326edd 100644 --- a/target-tricore/op_helper.c +++ b/target-tricore/op_helper.c @@ -14,7 +14,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 "qemu/host-utils.h" #include "exec/helper-proto.h" |