]> Git Repo - qemu.git/commitdiff
cris: Clean up includes
authorPeter Maydell <[email protected]>
Tue, 9 Feb 2016 10:55:48 +0000 (10:55 +0000)
committerPeter Maydell <[email protected]>
Tue, 16 Feb 2016 14:29:26 +0000 (14:29 +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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
target-cris/mmu.c

index 4a9c595c2954b386ec88f1613368dce0b3ed96d8..4278d2dce449b0f19ecbf00dc32bc461d7633ab0 100644 (file)
@@ -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"
 
This page took 0.026881 seconds and 4 git commands to generate.