Skip to content

Commit

Permalink
cris: Clean up includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pm215 committed Feb 16, 2016
1 parent 70e6b87 commit 66d7992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target-cris/mmu.c
Expand Up @@ -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"

Expand Down

0 comments on commit 66d7992

Please sign in to comment.