Ver Fonte

cris: 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>
Reviewed-by: Eric Blake <eblake@redhat.com>
Peter Maydell há 9 anos atrás
pai
commit
66d79920b9
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      target-cris/mmu.c

+ 1 - 0
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"