]> git.proxmox.com Git - mirror_qemu.git/commitdiff
microblaze: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:05:31 +0000 (18:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Jan 2016 11:13:13 +0000 (11:13 +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>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1453831531-667-3-git-send-email-peter.maydell@linaro.org

hw/microblaze/boot.c
hw/microblaze/petalogix_ml605_mmu.c
hw/microblaze/petalogix_s3adsp1800_mmu.c
target-microblaze/cpu.c
target-microblaze/gdbstub.c
target-microblaze/helper.c
target-microblaze/mmu.c
target-microblaze/op_helper.c
target-microblaze/translate.c

index d7eaa1f022b7395eed418f919296c27935b86821..26cc3786f41b27c69aa191df98288a98df771445 100644 (file)
@@ -24,6 +24,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "qemu/option.h"
 #include "qemu/config-file.h"
 #include "qemu/error-report.h"
index 3f9fa5f2f4c6f819f5069a7eec3bcde360158e5e..85e974b72a3603ac42c0ba32040def9e26ef77ba 100644 (file)
@@ -25,6 +25,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/hw.h"
 #include "net/net.h"
index 1c84b75288eaa0c96512ca7c7e282f932639446e..606ba1f01a592f8e94c11709ef616705b77200b1 100644 (file)
@@ -23,6 +23,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/hw.h"
 #include "net/net.h"
index 52959e13b422f671778b8cd0a00fb31efd1bd13e..7a42897a0045ca73861ed1a505e89d0f5979762b 100644 (file)
@@ -21,6 +21,7 @@
  * <http://www.gnu.org/licenses/lgpl-2.1.html>
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu-common.h"
 #include "hw/qdev-properties.h"
index a70e2ee3cbd34d851a060d0ceac3563ff9731304..89d38980bf15bd9210b026893840b1a1028aebca 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 a482e474bc2958c6a232d46798852000868a6df0..3b0fae80723221b60f4db6acb3b314ed49df5f98 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/host-utils.h"
 
index ee95a0457c6c3f728ef2aa05da655ac1d21f78f0..4ac30403573bdde616d81515146f7d5e4883032d 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"
 
 #define D(x)
index 56374621c288191cf202edd6e6873dee67dba900..97333881f0325e6ea6ce38205b533e04116e90d2 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 "qemu/host-utils.h"
index 9e520114a420f709ffbd38051db57b7632fdb62f..2e1293d953e8d340fec36a42a3b8adb336a4f470 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 "disas/disas.h"
 #include "tcg-op.h"