summaryrefslogtreecommitdiffstats
path: root/hw/moxie/moxiesim.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:17:25 +0100
committerPeter Maydell2016-01-29 16:07:25 +0100
commitd24688fb85af498c91bd6704979b96b29c6f122f (patch)
tree8c3f63ef3aad9666125454fbd7adecff60974fdd /hw/moxie/moxiesim.c
parentcris: Clean up includes (diff)
downloadqemu-d24688fb85af498c91bd6704979b96b29c6f122f.tar.gz
qemu-d24688fb85af498c91bd6704979b96b29c6f122f.tar.xz
qemu-d24688fb85af498c91bd6704979b96b29c6f122f.zip
moxie: 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-33-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/moxie/moxiesim.c')
-rw-r--r--hw/moxie/moxiesim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/moxie/moxiesim.c b/hw/moxie/moxiesim.c
index ada3d58829..9191ae9603 100644
--- a/hw/moxie/moxiesim.c
+++ b/hw/moxie/moxiesim.c
@@ -24,6 +24,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "hw/sysbus.h"
#include "hw/hw.h"
#include "hw/i386/pc.h"