qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 06/14] cris: Clean up includes


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 06/14] cris: Clean up includes
Date: Tue, 9 Feb 2016 15:25:03 +0000

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 <address@hidden>
---
 target-cris/mmu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target-cris/mmu.c b/target-cris/mmu.c
index 4a9c595..4278d2d 100644
--- a/target-cris/mmu.c
+++ b/target-cris/mmu.c
@@ -18,6 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "mmu.h"
 
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]