openrisc: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:22 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:24 +0000 (15:07 +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>
Message-id: 1453832250-766-30-git-send-email-peter.maydell@linaro.org

16 files changed:
hw/openrisc/cputimer.c
hw/openrisc/openrisc_sim.c
hw/openrisc/pic_cpu.c
target-openrisc/cpu.c
target-openrisc/exception.c
target-openrisc/exception_helper.c
target-openrisc/fpu_helper.c
target-openrisc/gdbstub.c
target-openrisc/int_helper.c
target-openrisc/interrupt.c
target-openrisc/interrupt_helper.c
target-openrisc/machine.c
target-openrisc/mmu.c
target-openrisc/mmu_helper.c
target-openrisc/sys_helper.c
target-openrisc/translate.c

index 560cb914c569a0d1140798baa71c1c9d05016bd9..a98c799de66bbb3a2c530ae26e9458911a24cbc6 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 "hw/hw.h"
 #include "qemu/timer.h"
index be6c9b5622d6e491a1740e298a5e4c7ec4717bab..25c637aba760d114da343513629994bfc237829e 100644 (file)
@@ -18,6 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/boards.h"
 #include "elf.h"
index 2af1d6013ad5f64a6b890fc70c2e8594b2b4e58f..569b443f59248c459b6792042b6a6443e2d7f9e0 100644 (file)
@@ -18,6 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "cpu.h"
 
index cc5e2d1c5de33301fce8d928fec6543ca58bbedd..cafc07f7889787ae5f425ef8e6d80bba1eef3c09 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu-common.h"
 
index 74652a58f6920609e71e90b70a81caf6009d6c2d..ace3184d500706c9e286942ebf73118c137f35a6 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exception.h"
 
index 6093953c97fb5051c78a592ec650dfa8553bf777..329a9e400b56e02a0737e81dc45e19601069ff1c 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "exception.h"
index c94ed35afbfcf6d545637fa69ed05eef2edf6246..c54404b80dce3e797f837274bf566ae8fa558e52 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 "exec/helper-proto.h"
 #include "exception.h"
index 18bcc46167b22ae199b4fb50ba5b203a4f8335af..edc301a7c5dcf71b15ae3d1339c29808117d4521 100644 (file)
@@ -17,7 +17,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
-#include "config.h"
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "exec/gdbstub.h"
 
index 6e27aebd9f34f6d1ba064313ec7ee0356f69d743..4d1f958901174ada65c5a440be254d558a08aaf3 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 "exec/helper-proto.h"
 #include "exception.h"
index e480cfd1b7e7dd4cc6e87e0a0d47ff1a18879fec..963eb1478223636d7e2ed2280d4615f3de167b35 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu-common.h"
 #include "exec/gdbstub.h"
index 55a780c7b5e96972a5e25ecc3832ab0336264490..11b4b2056c197235facafefb1fd624a6f4e679ed 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 "exec/helper-proto.h"
 
index 9f66a9cef226cd82e518ed13afce8c44fc021314..b4dc08dfe134fe6920c58b7492bb6d1f7beb96df 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/boards.h"
 
index 750a93636b683a161fcf4dcf29ccbe3a112a7aab..4ab414a682a9ac6aae1fa647d75c0da8b02a6591 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 "qemu-common.h"
 #include "exec/gdbstub.h"
index ee1c6f61184f561637b2a6b9a053378f7d78a0a1..d7952d449d90e4cefe45fa7581a1bf70f93e70fb 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 "exec/cpu_ldst.h"
 
index 53ca6bcef99adb5e5f2536c41ee13b8183e36684..f917be6beca7bb36fcf5664c58de79e78fad4c7a 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 "exec/helper-proto.h"
 
index 606490a47b52d78d104e6e5d8025ca533ce65bb6..62890c21edc649370060eea205a24483cb5c29f1 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "disas/disas.h"
 #include "tcg-op.h"
 #include "qemu-common.h"
 #include "qemu/log.h"
-#include "config.h"
 #include "qemu/bitops.h"
 #include "exec/cpu_ldst.h"