mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
net: Clean up includes
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: 1454089805-5470-11-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
7df7482bf6
commit
2744d9207f
22 changed files with 22 additions and 15 deletions
|
@ -26,6 +26,7 @@
|
|||
* distribution); if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "tap_int.h"
|
||||
|
||||
#include "qemu-common.h"
|
||||
|
@ -34,7 +35,6 @@
|
|||
#include "net/tap.h" /* tap_has_ufo, ... */
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <winioctl.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue