projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e6b87
)
cris: Clean up includes
author
Peter Maydell
<peter.maydell@linaro.org>
Tue, 9 Feb 2016 10:55:48 +0000
(10:55 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
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 <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
target-cris/mmu.c
patch
|
blob
|
history
diff --git
a/target-cris/mmu.c
b/target-cris/mmu.c
index 4a9c595c2954b386ec88f1613368dce0b3ed96d8..4278d2dce449b0f19ecbf00dc32bc461d7633ab0 100644
(file)
--- 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"