]> git.proxmox.com Git - mirror_qemu.git/commitdiff
xtensa: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:21 +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-29-git-send-email-peter.maydell@linaro.org

13 files changed:
hw/xtensa/pic_cpu.c
hw/xtensa/sim.c
hw/xtensa/xtfpga.c
target-xtensa/core-dc232b.c
target-xtensa/core-dc233c.c
target-xtensa/core-fsf.c
target-xtensa/cpu.c
target-xtensa/gdbstub.c
target-xtensa/helper.c
target-xtensa/monitor.c
target-xtensa/op_helper.c
target-xtensa/translate.c
target-xtensa/xtensa-semi.c

index 18825d19f047b88b9fe3e24842ed382fa7304030..c835bd00961bc2376bb9db411ea314813eae8cd6 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "qemu/log.h"
 #include "qemu/timer.h"
index 6266b8d446739257260dbecb880a0a462c0cbd93..3a5060b03b6c0db578a510ae7e2ab45192103760 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
index c1bc5aef5320e5c1678428b26ddd8925882eabbd..fe7684d41c93303ec849458221d10bba1d6cea26 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
index 06826c042f2994e6569fade4e186d0bf55f3d6a4..bb8ed4197f565274c8a4eb0642858bc9e8322654 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/gdbstub.h"
index 8daf7d9f8498c911833df43db3fe116913cf981b..40475e5205fd70be8c73aa3d64e124af80d540bc 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/gdbstub.h"
index f6ea6b944a404733b91af84dc4be3062d11df861..15ef470e8b012f90903b0afdc1a81c61c37a8ada 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/gdbstub.h"
index 4e49bee9b55ae58a9ec7ee6995395a7830f3765e..d572d56795c56e5ad028a8d3d7feae422f47735d 100644 (file)
@@ -28,6 +28,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu-common.h"
 #include "migration/vmstate.h"
index dcf05ad88c5180f51f8e6a825b63fdd3c37b1b9a..51d4db0836b2f326f14fd6a600f4e2211b943d9d 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 cf25bf8fbf12d169c9a2bc0c4864cb7c826d27c1..839f4a74a5286e7068bfc6e85a0fa34f631d7a2a 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/gdbstub.h"
index 554b2123d2488de2b11bf56e5669e27e6b957771..f3fa4cd278bb3bbeef26b4f4e5a30ed7a908909f 100644 (file)
@@ -21,6 +21,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "monitor/monitor.h"
 #include "monitor/hmp-target.h"
index 02100af44219169238e7f28753c4b3c0308e1e9a..62fa33d8d4e95fcccb36ebe65303a600925b3d21 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
index fbcec945a1aaa1a3565acd841648fd97619fc792..a8c11134899f4313a21ab0a2b7440c1691e6b6fe 100644 (file)
@@ -28,7 +28,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <stdio.h>
+#include "qemu/osdep.h"
 
 #include "cpu.h"
 #include "exec/exec-all.h"
index 384d9c2ebee822e7da8e3ad0f0259182e484e320..370e365c65c0923a84227ba31bbce42231bd81f2 100644 (file)
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <errno.h>
-#include <unistd.h>
-#include <string.h>
-#include <stddef.h>
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "qemu/log.h"