From d24688fb85af498c91bd6704979b96b29c6f122f Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:25 +0000 Subject: 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 Message-id: 1453832250-766-33-git-send-email-peter.maydell@linaro.org --- hw/moxie/moxiesim.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/moxie') 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" -- cgit v1.2.1