summaryrefslogtreecommitdiff
path: root/target-xtensa/xtensa-semi.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:21 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:24 +0000
commit09aae23d8ff68c206d74b48a53a398ca4db4b47b (patch)
tree51ee0edefc1a4307a43ff9d6e6f6c83e4a11ba6a /target-xtensa/xtensa-semi.c
parent9d4c9946ee1dd5887e6663e4ead1abce770b6ba6 (diff)
downloadqemu-09aae23d8ff68c206d74b48a53a398ca4db4b47b.tar.gz
xtensa: 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-29-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-xtensa/xtensa-semi.c')
-rw-r--r--target-xtensa/xtensa-semi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/target-xtensa/xtensa-semi.c b/target-xtensa/xtensa-semi.c
index 384d9c2ebe..370e365c65 100644
--- a/target-xtensa/xtensa-semi.c
+++ b/target-xtensa/xtensa-semi.c
@@ -25,10 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <errno.h>
-#include <unistd.h>
-#include <string.h>
-#include <stddef.h>
+#include "qemu/osdep.h"
#include "cpu.h"
#include "exec/helper-proto.h"
#include "qemu/log.h"