qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 4674da: slirp/slirp.h: Remove now-empty #ifde


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 4674da: slirp/slirp.h: Remove now-empty #ifdefs
Date: Wed, 16 Mar 2016 06:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 4674da1c49d07e5159775cd731f947c9fe2f3b83
      
https://github.com/qemu/qemu/commit/4674da1c49d07e5159775cd731f947c9fe2f3b83
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M slirp/slirp.h

  Log Message:
  -----------
  slirp/slirp.h: Remove now-empty #ifdefs

After automatic cleanup to remove unnecessary #includes of headers that
osdep.h provides, slirp.h has a few now unnecessary #ifdef/#endif pairs;
remove them.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-id: address@hidden


  Commit: 8816c600d3a5d5afd3264d314417fedb1bfb3094
      
https://github.com/qemu/qemu/commit/8816c600d3a5d5afd3264d314417fedb1bfb3094
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    R include/config.h
    M scripts/clean-includes

  Log Message:
  -----------
  include/config.h: Remove

include/config.h just includes config-target.h (and used to also
include config-host.h).
It is now obsolete and unused, because osdep.h does this job, so
remove it.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-id: address@hidden


  Commit: 8bc92a762ab922ab24231807e72f76c4316a1a4d
      
https://github.com/qemu/qemu/commit/8bc92a762ab922ab24231807e72f76c4316a1a4d
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M scripts/update-linux-headers.sh

  Log Message:
  -----------
  update-linux-headers.sh: Fake types.h doesn't need to include anything

We have a fake linux/types.h which we create in update-linux-headers.h.
Now that every QEMU source file includes osdep.h, this fake header
doesn't need to include anything at all.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-id: address@hidden


  Commit: 0ebc03bc065329eaefb6493f5fa7df08df528f2a
      
https://github.com/qemu/qemu/commit/0ebc03bc065329eaefb6493f5fa7df08df528f2a
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M util/base64.c

  Log Message:
  -----------
  util/base64.c: Clean includes

Remove unnecessary include of config-host.h.
(This was missed by the clean-includes script because of the
incorrect use of <> for a QEMU header.)

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-id: address@hidden


Compare: https://github.com/qemu/qemu/compare/6aeda86890a6...0ebc03bc0653

reply via email to

[Prev in Thread] Current Thread [Next in Thread]